From 169daa11155988a210fac949297381743f3cb400 Mon Sep 17 00:00:00 2001 From: Kacper Date: Tue, 9 Dec 2025 23:14:53 +0100 Subject: feat: clang-tidy fixes --- lib/libc/stdlib/getenv.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lib/libc/stdlib/getenv.c') diff --git a/lib/libc/stdlib/getenv.c b/lib/libc/stdlib/getenv.c index deb2b5f7..17975574 100644 --- a/lib/libc/stdlib/getenv.c +++ b/lib/libc/stdlib/getenv.c @@ -1,6 +1,7 @@ -#include -#include -#include +#include // for LIBC_UNLOCK, LIBC_LOCK +#include // for (anonymous struct)::(anonymous), (anonymous), libc +#include // for NULL +#include // for getenv, secure_getenv extern char **environ; -- cgit v1.2.3