X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=mailinfo.c;h=cb853df993f37d74576e308008379d709361a447;hb=794f9fe7db30e2aff8f8f0543c6d18bf579cdbc2;hp=df470bb9c2296d32e3b1d2b7489c712b01c3b0ed;hpb=99977bd5fdeabbd0608a70e9411c243007ec4ea2;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;