summaryrefslogtreecommitdiff
path: root/src/win32/posix.h
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2013-08-13 09:35:07 +0200
committerVicent Marti <tanoku@gmail.com>2013-08-13 09:35:07 +0200
commit345b6307be76e6f48e255f698d057c7ac5f9679d (patch)
tree7d62590da031cd716302e76c3a0288dad0cd6a58 /src/win32/posix.h
parent53d712dcb9d74979a3c678336c97e2f7564aadbe (diff)
downloadlibgit2-345b6307be76e6f48e255f698d057c7ac5f9679d.tar.gz
windows: Require order
Diffstat (limited to 'src/win32/posix.h')
-rw-r--r--src/win32/posix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/win32/posix.h b/src/win32/posix.h
index 0d5effe08..b573f49af 100644
--- a/src/win32/posix.h
+++ b/src/win32/posix.h
@@ -9,6 +9,7 @@
#include "common.h"
#include "utf-conv.h"
+#include "dir.h"
GIT_INLINE(int) p_link(const char *old, const char *new)
{