diff options
| author | Junio C Hamano <junkio@cox.net> | 2005-12-11 16:49:45 -0800 |
|---|---|---|
| committer | Junio C Hamano <junkio@cox.net> | 2005-12-11 16:49:45 -0800 |
| commit | a9572072f0ab0ac97e64b0dc01254a3ad95befe1 (patch) | |
| tree | 2375e3b4aea11444375f9f587c8ca4cd8d22d6d0 /mailinfo.c | |
| parent | GIT 0.99.9l aka 1.0rc4 (diff) | |
| parent | t/t6022: a new test for renaming merge. (diff) | |
| download | git-1.0rc5.tar.gz git-1.0rc5.zip | |
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'mailinfo.c')
| -rw-r--r-- | mailinfo.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mailinfo.c b/mailinfo.c index 890e3487ad..d4b4163628 100644 --- a/mailinfo.c +++ b/mailinfo.c @@ -8,12 +8,9 @@ #include <string.h> #include <ctype.h> #include <iconv.h> +#include "git-compat-util.h" #include "cache.h" -#ifdef NO_STRCASESTR -extern char *gitstrcasestr(const char *haystack, const char *needle); -#endif - static FILE *cmitmsg, *patchfile; static int keep_subject = 0; |
