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/stdio/stdout.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libc/stdio/stdout.c') diff --git a/lib/libc/stdio/stdout.c b/lib/libc/stdio/stdout.c index a21125c3..14637368 100644 --- a/lib/libc/stdio/stdout.c +++ b/lib/libc/stdio/stdout.c @@ -5,6 +5,7 @@ #include // for LIBC_LOCK, LIBC_UNLOCK #include // for O_WRONLY #include // for NULL +#include // for stdout #include // for STDOUT_FILENO #define BUFSIZ 4096 -- cgit v1.2.3