Skip to content

Commit 9f3ba83

Browse files
dschoGit for Windows Build Agent
authored andcommitted
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 cc8737c commit 9f3ba83

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
@@ -210,6 +210,7 @@
210210
#include "compat/mingw.h"
211211
#include "compat/win32/fscache.h"
212212
#elif defined(_MSC_VER)
213+
#include "compat/win32/path-utils.h"
213214
#include "compat/msvc.h"
214215
#include "compat/win32/fscache.h"
215216
#else

0 commit comments

Comments
 (0)