X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=mailinfo.c;h=cb853df993f37d74576e308008379d709361a447;hb=0f8fdc3958ad0cb7c740b76189f98307eebcd64b;hp=df470bb9c2296d32e3b1d2b7489c712b01c3b0ed;hpb=c1067050ce58b5b39f528fe634732da858664603;p=git.git diff --git a/mailinfo.c b/mailinfo.c index df470bb9..cb853df9 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;