From 2e143c4da3cf2b6b718fa74aa9532c44a561e9ea Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Wed, 3 Apr 2019 13:28:08 +0200 Subject: [PATCH] msvc: include path-utils.h The Cygwin and the MINGW parts were handled correctly in 1cadad6f658b (git clone C:\cygwin\home\USER\repo' is working (again), 2018-12-15), but the MSVC part was forgotten. Fix this. Signed-off-by: Johannes Schindelin --- git-compat-util.h | 1 + 1 file changed, 1 insertion(+) diff --git a/git-compat-util.h b/git-compat-util.h index de43109c58..7b1e19bb22 100644 --- a/git-compat-util.h +++ b/git-compat-util.h @@ -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