diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/port/chklocale.c | 4 |
1 files changed, 4 insertions, 0 deletions
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 <langinfo.h> #endif +#ifdef LOCALE_T_IN_XLOCALE_H +#include <xlocale.h> +#endif + #include "mb/pg_wchar.h" |