summaryrefslogtreecommitdiff
path: root/lib/libc/strings
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/strings')
-rw-r--r--lib/libc/strings/strncasecmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/strings/strncasecmp.c b/lib/libc/strings/strncasecmp.c
index 12ae0fae..0c46d27f 100644
--- a/lib/libc/strings/strncasecmp.c
+++ b/lib/libc/strings/strncasecmp.c
@@ -1,9 +1,9 @@
-#include "__stdio.h" // for size_t
#include "features.h" // for __weak
#include <ctype.h> // for tolower
#include <libc.h> // for __unused
#include <locale.h> // for locale_t
+#include <stddef.h> // for size_t
int strncasecmp(const char *s1, const char *s2, size_t n)
{