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)