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/puts.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc/stdio/puts.c') diff --git a/lib/libc/stdio/puts.c b/lib/libc/stdio/puts.c index 41024337..1688a7cb 100644 --- a/lib/libc/stdio/puts.c +++ b/lib/libc/stdio/puts.c @@ -1,5 +1,5 @@ -#include -#include +#include // for fwrite, stdout, puts +#include // for strlen int puts(const char *s) { -- cgit v1.2.3