From 37bafc71d46d7f111de9b230d0e521663a1cd777 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Wed, 22 Mar 2023 13:28:03 +0100 Subject: [PATCH] fixup! mingw: add a cache below mingw's lstat and dirent implementations This is now required by the big header cleanup in `en/header-split-cleanup`. Signed-off-by: Johannes Schindelin --- compat/win32/fscache.c | 1 + 1 file changed, 1 insertion(+) diff --git a/compat/win32/fscache.c b/compat/win32/fscache.c index 5edbb6150a..9275abea17 100644 --- a/compat/win32/fscache.c +++ b/compat/win32/fscache.c @@ -6,6 +6,7 @@ #include "config.h" #include "../../mem-pool.h" #include "ntifs.h" +#include "../../abspath.h" static volatile long initialized; static DWORD dwTlsIndex;