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/setenv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/stdlib/setenv.c') diff --git a/lib/libc/stdlib/setenv.c b/lib/libc/stdlib/setenv.c index 004a29bd..3dfe3d22 100644 --- a/lib/libc/stdlib/setenv.c +++ b/lib/libc/stdlib/setenv.c @@ -1,7 +1,7 @@ #include "stddef.h" // for NULL #include // for LIBC_LOCK, LIBC_UNLOCK -#include // for (anonymous), libc, (anonymous struct)::(anonymous) +#include // for libc, libc::(anonymous), libc::LIBC_ENVP_TOUCHED #include // for malloc, realloc, setenv #include // for strlen, size_t, memcpy, strcpy, strchr, strncmp -- cgit v1.2.3