mirror of
https://github.com/git-for-windows/git.git
synced 2026-03-20 20:36:33 -05:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user