Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Make sure we use compat/subprocess.py with Python 2.3 while running tests.
[gitweb.git]
/
mailinfo.c
diff --git
a/mailinfo.c
b/mailinfo.c
index 3b97a893f058aeb4a2be139947b152fad2555212..d4b4163628e582185e8a28defe009c75aa62edab 100644
(file)
--- a/
mailinfo.c
+++ b/
mailinfo.c
@@
-8,6
+8,7
@@
#include <string.h>
#include <ctype.h>
#include <iconv.h>
+#include "git-compat-util.h"
#include "cache.h"
static FILE *cmitmsg, *patchfile;