Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2011-07-03 15:33:43 +0400
committerVicent Marti <tanoku@gmail.com>2011-07-03 15:33:43 +0400
commit678e9e045becdc5d75f2ce2259ed01c3531ee181 (patch)
tree67e3f2a6455e5b54edc6927a4df6665d5724789b /src/common.h
parent932d1baf294aaacfd5a99e7758a3c08d8ffc22ab (diff)
build: Move OS-specific compat to their own folders
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common.h b/src/common.h
index b6d8ae3a4..e1e7f0035 100644
--- a/src/common.h
+++ b/src/common.h
@@ -23,8 +23,8 @@
# include <io.h>
# include <direct.h>
# include <windows.h>
-# include "msvc-compat.h"
-# include "mingw-compat.h"
+# include "win32/msvc-compat.h"
+# include "win32/mingw-compat.h"
# ifdef GIT_THREADS
# include "win32/pthread.h"
#endif