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