Make sure we use compat/subprocess.py with Python 2.3 while running tests.
[gitweb.git] / mailinfo.c
index 3b97a893f058aeb4a2be139947b152fad2555212..d4b4163628e582185e8a28defe009c75aa62edab 100644 (file)
@@ -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;