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/putenv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc/stdlib/putenv.c') diff --git a/lib/libc/stdlib/putenv.c b/lib/libc/stdlib/putenv.c index b070cc4d..a3649982 100644 --- a/lib/libc/stdlib/putenv.c +++ b/lib/libc/stdlib/putenv.c @@ -1,5 +1,5 @@ -#include -#include +#include // for setenv, unsetenv, putenv +#include // for memcpy, strchr int putenv(char *string) { -- cgit v1.2.3