From a266b26d5b91498d6840480a948b3b96de4cddb6 Mon Sep 17 00:00:00 2001 From: Abhimanyu Swami Date: Wed, 16 Oct 2024 16:15:33 +0530 Subject: [PATCH] Include stdlib.h file Change-Id: I134148effa3b2227139b3b67373e62dacf35fef9 Signed-off-by: Abhimanyu Swami --- src/hal-api-location.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hal-api-location.c b/src/hal-api-location.c index f20f8a3..7e3db11 100644 --- a/src/hal-api-location.c +++ b/src/hal-api-location.c @@ -16,6 +16,7 @@ #include #include +#include #include #include -- 2.34.1