From 616eaf4d678b3d2840c2a45df8aa502dc0cb605a Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Sun, 22 Oct 2017 22:26:02 +0200 Subject: [PATCH] fixup! getpwuid(mingw): provide a better default for the user name --- compat/mingw.c | 1 + 1 file changed, 1 insertion(+) diff --git a/compat/mingw.c b/compat/mingw.c index 347e8b99fe..03fa0a6605 100644 --- a/compat/mingw.c +++ b/compat/mingw.c @@ -6,6 +6,7 @@ #include "../strbuf.h" #include "../run-command.h" #include "../cache.h" +#include "win32/lazyload.h" #include "win32/exit-process.h" #include "../config.h" #include "../string-list.h"