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/realloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/stdlib/realloc.c') diff --git a/lib/libc/stdlib/realloc.c b/lib/libc/stdlib/realloc.c index 4722ac5e..dca8cac2 100644 --- a/lib/libc/stdlib/realloc.c +++ b/lib/libc/stdlib/realloc.c @@ -2,7 +2,7 @@ #include // for LIBC_UNLOCK, LIBC_LOCK #include // for EINVAL, errno -#include // for (anonymous struct)::(anonymous), (anonymous), libc +#include // for libc, libc::(anonymous) #include // for page, page::(anonymous), __malloc_pvec #include // for uintptr_t #include // for free, malloc, realloc -- cgit v1.2.3