diff --git a/src/port/chklocale.c b/src/port/chklocale.c index 14d0e2c5579..dc2279179af 100644 --- a/src/port/chklocale.c +++ b/src/port/chklocale.c @@ -23,6 +23,10 @@ #include #endif +#ifdef LOCALE_T_IN_XLOCALE_H +#include +#endif + #include "mb/pg_wchar.h"