Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ss/msvc-path-utils-fix'
[gitweb.git]
/
git-compat-util.h
diff --git
a/git-compat-util.h
b/git-compat-util.h
index 31b47932bd5144f306a9aa1b122fdf3cb0886284..4386b3e1c874b587d1bbc0e99394d6c9c016830e 100644
(file)
--- a/
git-compat-util.h
+++ b/
git-compat-util.h
@@
-200,6
+200,7
@@
#include "compat/win32/path-utils.h"
#include "compat/mingw.h"
#elif defined(_MSC_VER)
+#include "compat/win32/path-utils.h"
#include "compat/msvc.h"
#else
#include <sys/utsname.h>