diff options
-rw-r--r-- | src/port/chklocale.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/chklocale.c b/src/port/chklocale.c index dc2279179af..99e27ed6de5 100644 --- a/src/port/chklocale.c +++ b/src/port/chklocale.c @@ -23,7 +23,7 @@ #include <langinfo.h> #endif -#ifdef LOCALE_T_IN_XLOCALE_H +#ifdef LOCALE_T_IN_XLOCALE #include <xlocale.h> #endif |