From dc6dbe74bf7c07c0ac4040bcd51e9dafb4ac2364 Mon Sep 17 00:00:00 2001 From: Roman Fomin Date: Tue, 8 Jun 2021 01:39:57 +0700 Subject: [PATCH] add 'win_fopen.h' include to i_glob.c --- Source/i_glob.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Source/i_glob.c b/Source/i_glob.c index 9249d17f..c27f02ba 100644 --- a/Source/i_glob.c +++ b/Source/i_glob.c @@ -42,6 +42,10 @@ #define NO_DIRENT_IMPLEMENTATION #endif +#ifdef _WIN32 +#include "../win32/win_fopen.h" +#endif + #ifndef NO_DIRENT_IMPLEMENTATION // Only the fields d_name and (as an XSI extension) d_ino are specified