From d375acd0ecfe9c0e66c674719ec5e1ab5eed6bb1 Mon Sep 17 00:00:00 2001 From: EnderIce2 Date: Thu, 20 Feb 2025 01:53:21 +0200 Subject: [PATCH] fix(userspace/libc): include in stdlib.c Signed-off-by: EnderIce2 --- Userspace/libc/src/std/stdlib.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Userspace/libc/src/std/stdlib.c b/Userspace/libc/src/std/stdlib.c index 38b60de8..2d9a643e 100644 --- a/Userspace/libc/src/std/stdlib.c +++ b/Userspace/libc/src/std/stdlib.c @@ -19,6 +19,7 @@ #include #include #include +#include #include "../mem/liballoc_1_1.h" #define MAX_ATEXIT_FUNCS 32