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/strspn.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/libc/string/strspn.c') diff --git a/lib/libc/string/strspn.c b/lib/libc/string/strspn.c index 78277ae7..3b7036cc 100644 --- a/lib/libc/string/strspn.c +++ b/lib/libc/string/strspn.c @@ -1,5 +1,4 @@ -#include -#include +#include // for size_t, strchr, strspn, NULL size_t strspn(const char *s1, const char *s2) { -- cgit v1.2.3