From 49a243390beb20e7ebd6f38ba2fd74695ac22679 Mon Sep 17 00:00:00 2001 From: Simon Kuenzer Date: Mon, 23 Nov 2020 14:03:47 +0100 Subject: [PATCH] Include missing `` The header `` provides definitions for `malloc()`, `calloc()` and `free()`. Signed-off-by: Simon Kuenzer Reviewed-by: Razvan Deaconescu --- 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 +#include #include #include #include -- 2.39.5