diff options
Diffstat (limited to 'src/include/c.h')
-rw-r--r-- | src/include/c.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/c.h b/src/include/c.h index dc1841346cd..3297d89ff0e 100644 --- a/src/include/c.h +++ b/src/include/c.h @@ -71,6 +71,9 @@ #include <fcntl.h> /* ensure O_BINARY is available */ #endif #include <locale.h> +#ifdef HAVE_XLOCALE_H +#include <xlocale.h> +#endif #ifdef ENABLE_NLS #include <libintl.h> #endif |