From: Simon Kuenzer Date: Wed, 2 Dec 2020 23:31:57 +0000 (+0100) Subject: alloc.c: Include missing `` X-Git-Tag: RELEASE-0.5~1 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=31eebba2aaa2671e2fd34e5755c4eaba70b4c51f;p=unikraft%2Flibs%2Flwip.git alloc.c: Include missing `` Include `` that provides the definition for `size_t`. Signed-off-by: Simon Kuenzer Reviewed-by: Cezar Craciunoiu --- diff --git a/alloc.c b/alloc.c index a5b4377..af52f27 100644 --- a/alloc.c +++ b/alloc.c @@ -32,6 +32,7 @@ */ #include +#include void *sys_malloc(size_t size) {