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/malloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/stdlib/malloc.c') diff --git a/lib/libc/stdlib/malloc.c b/lib/libc/stdlib/malloc.c index 344c9623..556fcbd1 100644 --- a/lib/libc/stdlib/malloc.c +++ b/lib/libc/stdlib/malloc.c @@ -2,7 +2,7 @@ #include // for LIBC_UNLOCK, LIBC_LOCK #include // for __weak -#include // for (anonymous struct)::(anonymous), (anonymous) +#include // for libc, libc::(anonymous) #include // for page, page::(anonymous), class, global_size_c... #include // for atomic_flag_clear #include // for uint32_t, uint8_t, uintptr_t -- cgit v1.2.3