aboutsummaryrefslogtreecommitdiffstats
path: root/git-compat-util.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-05-09 00:37:26 +0900
committerJunio C Hamano <gitster@pobox.com>2019-05-09 00:37:26 +0900
commit70542df56618f2766064384f7741c7e25bac1cfd (patch)
tree50b93a32147b59f031cb6284b66154f2ba4a8cde /git-compat-util.h
parent6d3df8ef01b95539539cd5b22304eff27ea1322b (diff)
parent22c3634c0f92662f995e1e97db7f65bb39352080 (diff)
downloadgit-70542df56618f2766064384f7741c7e25bac1cfd.tar.gz
Merge branch 'ss/msvc-path-utils-fix'
An earlier update for MinGW and Cygwin accidentally broke MSVC build, which has been fixed. * ss/msvc-path-utils-fix: MSVC: include compat/win32/path-utils.h for MSVC, too, for real_path()
Diffstat (limited to 'git-compat-util.h')
-rw-r--r--git-compat-util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/git-compat-util.h b/git-compat-util.h
index 31b47932bd..4386b3e1c8 100644
--- 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>