diff options
author | Vicent Marti <tanoku@gmail.com> | 2013-08-13 09:35:07 +0200 |
---|---|---|
committer | Vicent Marti <tanoku@gmail.com> | 2013-08-13 09:35:07 +0200 |
commit | 345b6307be76e6f48e255f698d057c7ac5f9679d (patch) | |
tree | 7d62590da031cd716302e76c3a0288dad0cd6a58 /src/win32/posix.h | |
parent | 53d712dcb9d74979a3c678336c97e2f7564aadbe (diff) | |
download | libgit2-345b6307be76e6f48e255f698d057c7ac5f9679d.tar.gz |
windows: Require order
Diffstat (limited to 'src/win32/posix.h')
-rw-r--r-- | src/win32/posix.h | 1 |
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) { |