summaryrefslogtreecommitdiff
path: root/src/string/strncasecmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/string/strncasecmp.c')
-rw-r--r--src/string/strncasecmp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/string/strncasecmp.c b/src/string/strncasecmp.c
index 3af53008..e0ef93c2 100644
--- a/src/string/strncasecmp.c
+++ b/src/string/strncasecmp.c
@@ -1,6 +1,5 @@
#include <strings.h>
#include <ctype.h>
-#include "libc.h"
int strncasecmp(const char *_l, const char *_r, size_t n)
{