From 12242016e6d776ddcac11cce17cde2250a308d31 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Thu, 13 Jul 2017 23:43:51 +0200 Subject: [PATCH] fixup! config: don't include config.h by default Signed-off-by: Johannes Schindelin --- compat/mingw.c | 1 + 1 file changed, 1 insertion(+) diff --git a/compat/mingw.c b/compat/mingw.c index 0951be8df5..9432ef1f98 100644 --- a/compat/mingw.c +++ b/compat/mingw.c @@ -7,6 +7,7 @@ #include "../run-command.h" #include "../cache.h" #include "win32/exit-process.h" +#include "../config.h" #define HCAST(type, handle) ((type)(intptr_t)handle)