From f13166aec43afd33fbe23e4af72681bfcf3114b2 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Wed, 22 Mar 2023 13:26:00 +0100 Subject: [PATCH] fixup! mingw: change core.fsyncObjectFiles = 1 by default This is now required by the big header cleanup in `en/header-split-cleanup`. 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 27b403c735..1fee840bb6 100644 --- a/compat/mingw.c +++ b/compat/mingw.c @@ -17,6 +17,7 @@ #include "win32/fscache.h" #include "../attr.h" #include "../string-list.h" +#include "../write-or-die.h" #define HCAST(type, handle) ((type)(intptr_t)handle)