X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=mailinfo.c;h=cb853df993f37d74576e308008379d709361a447;hb=80b1e511d74ac2942043f912d850cb6b85b44689;hp=df470bb9c2296d32e3b1d2b7489c712b01c3b0ed;hpb=c1067050ce58b5b39f528fe634732da858664603;p=git.git diff --git a/mailinfo.c b/mailinfo.c index df470bb9c..cb853df99 100644 --- a/mailinfo.c +++ b/mailinfo.c @@ -9,6 +9,10 @@ #include #include +#ifdef NO_STRCASESTR +extern char *gitstrcasestr(const char *haystack, const char *needle); +#endif + static FILE *cmitmsg, *patchfile; static int keep_subject = 0;