Skip to content

Commit 2e143c4

Browse files
committed
msvc: include path-utils.h
The Cygwin and the MINGW parts were handled correctly in 1cadad6 (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 <[email protected]>
1 parent a3a7e63 commit 2e143c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

git-compat-util.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@
209209
#include "compat/win32/path-utils.h"
210210
#include "compat/mingw.h"
211211
#elif defined(_MSC_VER)
212+
#include "compat/win32/path-utils.h"
212213
#include "compat/msvc.h"
213214
#else
214215
#include <sys/utsname.h>

0 commit comments

Comments
 (0)