Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
MSVC: include compat/win32/path-utils.h for MSVC, too, for real_path()
[gitweb.git]
/
git-compat-util.h
diff --git
a/git-compat-util.h
b/git-compat-util.h
index 925a8ae72b265ecbf8537ca5a2628490eff7f375..df9cc8cb58ba591274302495f12771c0238d55df 100644
(file)
--- a/
git-compat-util.h
+++ b/
git-compat-util.h
@@
-197,6
+197,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>