MSVC: include compat/win32/path-utils.h for MSVC, too, for real_path()
[gitweb.git] / git-compat-util.h
index 925a8ae72b265ecbf8537ca5a2628490eff7f375..df9cc8cb58ba591274302495f12771c0238d55df 100644 (file)
 #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>