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/string/strcoll.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'lib/libc/string/strcoll.c') diff --git a/lib/libc/string/strcoll.c b/lib/libc/string/strcoll.c index 6efaa3d3..7a1502f0 100644 --- a/lib/libc/string/strcoll.c +++ b/lib/libc/string/strcoll.c @@ -1,6 +1,8 @@ -#include -#include -#include +#include "features.h" // for __weak + +#include // for __unused +#include // for locale_t +#include // for strcmp, strcoll, strcoll_l int strcoll(const char *s1, const char *s2) { -- cgit v1.2.3