X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstring%2Fmemmem.c;h=5211d7599884478984466ab1447eb0991bdbdf08;hb=a7dbcf5c8ca7edb7a46eb276031ad1df4131135b;hp=861fef2f161abeaf86da0a65c6ef7c05293a482a;hpb=c86f2974e2acd330be2d587173dd4dd56db82e22;p=musl diff --git a/src/string/memmem.c b/src/string/memmem.c index 861fef2f..5211d759 100644 --- a/src/string/memmem.c +++ b/src/string/memmem.c @@ -1,6 +1,5 @@ #define _GNU_SOURCE #include -#include #include static char *twobyte_memmem(const unsigned char *h, size_t k, const unsigned char *n)