msvc: include path-utils.h

The Cygwin and the MINGW parts were handled correctly in 1cadad6f65
(git clone <url> C:\cygwin\home\USER\repo' is working (again),
2018-12-15), but the MSVC part was forgotten.

Fix this.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
Johannes Schindelin
2019-04-03 13:28:08 +02:00
parent a3a7e634e1
commit 2e143c4da3

View File

@@ -209,6 +209,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>