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/strtok.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/libc/string/strtok.c') diff --git a/lib/libc/string/strtok.c b/lib/libc/string/strtok.c index 33d0d685..918765b1 100644 --- a/lib/libc/string/strtok.c +++ b/lib/libc/string/strtok.c @@ -1,5 +1,4 @@ -#include -#include +#include // for NULL, strchr, strtok char *strtok(char *restrict s, const char *restrict sep) { -- cgit v1.2.3