X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=compat%2Fstrcasestr.c;h=26896deca64c531f57b4c48ea92134f876b8e537;hb=HEAD;hp=b96414d36b4d246f6adf47c14335052119bd0269;hpb=56fc63193975edd4b9f520b6c65c2b97ecd8ee38;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) {