[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [UNIKRAFT PATCH] alloc.c: Include missing `<stddef.h>`
I am sorry, please ignore this patch, the tag was wrong. This was for lwip, I resent it. Thanks, Simon On 03.12.20, 00:31, "Simon Kuenzer" <simon.kuenzer@xxxxxxxxx> wrote: Include `<stddef.h>` that provides the definition for `size_t`. Signed-off-by: Simon Kuenzer <simon.kuenzer@xxxxxxxxx> --- alloc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/alloc.c b/alloc.c index a5b4377..af52f27 100644 --- a/alloc.c +++ b/alloc.c @@ -32,6 +32,7 @@ */ #include <uk/alloc.h> +#include <stddef.h> void *sys_malloc(size_t size) { -- 2.20.1
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |