From 872cf03f26c2801ae6c3008ce5fa0d7856f5f85d Mon Sep 17 00:00:00 2001 From: Kacper Date: Sun, 14 Dec 2025 18:10:13 +0100 Subject: libc: implement err/warn functions --- lib/libc/stdlib/free.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/stdlib/free.c') diff --git a/lib/libc/stdlib/free.c b/lib/libc/stdlib/free.c index e08b0170..ab656633 100644 --- a/lib/libc/stdlib/free.c +++ b/lib/libc/stdlib/free.c @@ -1,5 +1,5 @@ #include // for LIBC_UNLOCK, LIBC_LOCK -#include // for (anonymous struct)::(anonymous), (anonymous) +#include // for libc, libc::(anonymous) #include // for page, page::(anonymous), __malloc_pvec, LARGE_... #include // for NULL #include // for uintptr_t -- cgit v1.2.3