X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=compat%2Fstrcasestr.c;h=26896deca64c531f57b4c48ea92134f876b8e537;hb=b176e6ba5bc37466ffcb6c8c0f38c47ec6e9e73a;hp=b96414d36b4d246f6adf47c14335052119bd0269;hpb=1301c6eb412e7c5511b952a12e42c70ad56f028b;p=git.git diff --git a/compat/strcasestr.c b/compat/strcasestr.c index b96414d36..26896deca 100644 --- a/compat/strcasestr.c +++ b/compat/strcasestr.c @@ -1,5 +1,4 @@ -#include -#include +#include "../git-compat-util.h" char *gitstrcasestr(const char *haystack, const char *needle) {