From: Simon Kuenzer Date: Mon, 23 Nov 2020 13:03:47 +0000 (+0100) Subject: Include missing `` X-Git-Tag: RELEASE-0.5~1 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=49a243390beb20e7ebd6f38ba2fd74695ac22679;p=unikraft%2Flibs%2Fpthread-embedded.git Include missing `` The header `` provides definitions for `malloc()`, `calloc()` and `free()`. Signed-off-by: Simon Kuenzer Reviewed-by: Razvan Deaconescu --- 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 +#include #include #include #include