summaryrefslogtreecommitdiff
path: root/src/path.h
diff options
context:
space:
mode:
authorJacques Germishuys <jacquesg@striata.com>2014-07-12 14:45:56 +0200
committerJacques Germishuys <jacquesg@striata.com>2014-08-05 20:51:59 +0200
commit2f795d8fc50d81641d95723d9ddd92795886bed3 (patch)
tree906e6feb62306a9ee2aaaf3abc3aa1f15645c7ba /src/path.h
parentd07fd4425f654825099729e1caa2b3b25341a91d (diff)
downloadlibgit2-2f795d8fc50d81641d95723d9ddd92795886bed3.tar.gz
Cleanup portability/compatibility layer
* Removes mingw-compat.h * Cleans up separation of compiler/platform idiosyncrasies * Unifies mingw/msvc stat structures and functions * (Tries to) hide more compiler specific implementation details (even in our internal API)
Diffstat (limited to 'src/path.h')
-rw-r--r--src/path.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/path.h b/src/path.h
index 3e6efe3de..e10aeb0c9 100644
--- a/src/path.h
+++ b/src/path.h
@@ -8,6 +8,7 @@
#define INCLUDE_path_h__
#include "common.h"
+#include "posix.h"
#include "buffer.h"
#include "vector.h"