Use locale.h if not xlocale.h header (#3461)
Otherwise we have a missing definition for locale_t when RKTIO_USE_XLOCALE but !RKTIO_USE_XLOCALE_HEADER.
This commit is contained in:
parent
5f74c59ef5
commit
3dc37ee035
|
@ -14,6 +14,8 @@
|
|||
#ifdef RKTIO_USE_XLOCALE
|
||||
# ifdef RKTIO_USE_XLOCALE_HEADER
|
||||
# include <xlocale.h>
|
||||
# else
|
||||
# include <locale.h>
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user