From 7a630264cbdf193a0bae5ceab9a1a9dc0023eff4 Mon Sep 17 00:00:00 2001 From: dolphin6k Date: Fri, 18 Nov 2022 16:08:07 +0900 Subject: [PATCH] Addressed a compile-time warning on windows. --- src/i18n.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/i18n.c b/src/i18n.c index 39992572e..2b009a69a 100644 --- a/src/i18n.c +++ b/src/i18n.c @@ -41,6 +41,10 @@ #include #endif +#ifdef BDIST_WIN32 +#include +#endif + #ifdef __BEOS__ #include #else