fix rejection of dns responses with pointers past 512 byte offset
[musl] / src / string / strcasecmp.c
index 3cd5f2d..002c6aa 100644 (file)
@@ -1,6 +1,5 @@
 #include <strings.h>
 #include <ctype.h>
-#include "libc.h"
 
 int strcasecmp(const char *_l, const char *_r)
 {