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