From b5cd18739a64c8d923a55b61c89ae3900faafd84 Mon Sep 17 00:00:00 2001 From: Kacper Date: Tue, 9 Dec 2025 21:17:12 +0100 Subject: Fix include paths and formatting inconsistencies --- lib/libc/stdio/stderr.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'lib/libc/stdio/stderr.c') diff --git a/lib/libc/stdio/stderr.c b/lib/libc/stdio/stderr.c index 42098960..155f0e3e 100644 --- a/lib/libc/stdio/stderr.c +++ b/lib/libc/stdio/stderr.c @@ -1,6 +1,8 @@ -#include -#include -#include +#include "__stdio.h" // for __FILE +#include "stdatomic.h" // for ATOMIC_FLAG_INIT + +#include // for O_WRONLY +#include // for STDERR_FILENO #define BUFSIZ 4096 -- cgit v1.2.3