Commit 3869a171dd78e52436bcb779a04b910454932e55

Ben Straub 2013-08-08T10:10:23

Fix mingw cross-compile build

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/win32/utf-conv.h b/src/win32/utf-conv.h
index 967db85..835dc75 100644
--- a/src/win32/utf-conv.h
+++ b/src/win32/utf-conv.h
@@ -6,6 +6,7 @@
  */
 
 #include <wchar.h>
+#include "common.h"
 
 #ifndef INCLUDE_git_utfconv_h__
 #define INCLUDE_git_utfconv_h__