diff options
Diffstat (limited to 'include/xlocale.h')
-rw-r--r-- | include/xlocale.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/xlocale.h b/include/xlocale.h index 82dabdfda..e3def347d 100644 --- a/include/xlocale.h +++ b/include/xlocale.h @@ -39,11 +39,11 @@ typedef struct __locale_struct /* Note: LC_ALL is not a valid index into this array. */ const char *__names[13]; } *__locale_t; +#else +# include <bits/uClibc_locale.h> +#endif /* POSIX 2008 makes locale_t official. */ typedef __locale_t locale_t; -#else -# include <locale.h> -#endif #endif /* xlocale.h */ |