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/ctype/toupper.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/libc/ctype/toupper.c') diff --git a/lib/libc/ctype/toupper.c b/lib/libc/ctype/toupper.c index 934841fa..3f7ebf43 100644 --- a/lib/libc/ctype/toupper.c +++ b/lib/libc/ctype/toupper.c @@ -1,5 +1,6 @@ -#include -#include +#include // for islower, toupper, toupper_l +#include // for __unused +#include // for locale_t int toupper(int c) { -- cgit v1.2.3