X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=compat%2Fstrcasestr.c;h=26896deca64c531f57b4c48ea92134f876b8e537;hb=HEAD;hp=b96414d36b4d246f6adf47c14335052119bd0269;hpb=069b20a198f171512a1d2d2163b40f70c94f5257;p=git.git diff --git a/compat/strcasestr.c b/compat/strcasestr.c index b96414d3..26896dec 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) {