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