X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstring%2Fstrncasecmp.c;h=e0ef93c20de1a9e0a6b8f4a4a951a8e61a1a2973;hb=6ae2568bc2367b4d47e0ea1cb043fd56e697912f;hp=3af5300878a45c2ef78e1063736be9b4de18fd8f;hpb=7424ac58b1f47adb03de55de5998c530aee91551;p=musl 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 #include -#include "libc.h" int strncasecmp(const char *_l, const char *_r, size_t n) {