summaryrefslogtreecommitdiff
path: root/src/win32/utf-conv.h
diff options
context:
space:
mode:
authorBen Straub <bs@github.com>2013-08-08 10:10:23 -0700
committerBen Straub <bs@github.com>2013-08-13 09:10:34 -0700
commit3869a171dd78e52436bcb779a04b910454932e55 (patch)
tree5d4f31dc2c3a2abd343af0d4368e7ebcaf6a4ef7 /src/win32/utf-conv.h
parent3948e86240e401adebe0d683709ddc32ecaf7f96 (diff)
downloadlibgit2-3869a171dd78e52436bcb779a04b910454932e55.tar.gz
Fix mingw cross-compile build
Diffstat (limited to 'src/win32/utf-conv.h')
-rw-r--r--src/win32/utf-conv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/win32/utf-conv.h b/src/win32/utf-conv.h
index 967db859e..835dc75a3 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__