Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-mv: follow -k request even on failing renames
[gitweb.git]
/
mailinfo.c
diff --git
a/mailinfo.c
b/mailinfo.c
index df470bb9c2296d32e3b1d2b7489c712b01c3b0ed..cb853df993f37d74576e308008379d709361a447 100644
(file)
--- a/
mailinfo.c
+++ b/
mailinfo.c
@@
-9,6
+9,10
@@
#include <ctype.h>
#include <iconv.h>
+#ifdef NO_STRCASESTR
+extern char *gitstrcasestr(const char *haystack, const char *needle);
+#endif
+
static FILE *cmitmsg, *patchfile;
static int keep_subject = 0;