[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [UNIKRAFT/PTHREAD-EMBEDDED PATCH] Include missing `<stdlib.h>`
Hi, Simon. Looks good to me. Reviewed-by: Razvan Deaconescu <razvan.deaconescu@xxxxxxxxx> On Mon, Nov 23, 2020 at 3:03 PM Simon Kuenzer <simon.kuenzer@xxxxxxxxx> wrote: > > The header `<stdlib.h>` provides definitions for > `malloc()`, `calloc()` and `free()`. > > Signed-off-by: Simon Kuenzer <simon.kuenzer@xxxxxxxxx> > --- > pte_osal.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/pte_osal.c b/pte_osal.c > index cfd5b3b..640c3e4 100644 > --- a/pte_osal.c > +++ b/pte_osal.c > @@ -24,6 +24,7 @@ > */ > > #include <string.h> > +#include <stdlib.h> > #include <uk/essentials.h> > #include <uk/init.h> > #include <uk/arch/time.h> > -- > 2.20.1 >
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |