mirror of
https://github.com/janet-lang/janet
synced 2024-11-08 01:39:55 +00:00
Include locale.h and xlocale.h on some platforms.
This commit is contained in:
parent
58ccb66659
commit
2637b33957
@ -46,6 +46,7 @@
|
||||
|
||||
#if defined(__FreeBSD__) || defined(__DragonFly__) || defined(JANET_APPLE)
|
||||
/* It seems only some bsds use this header for xlocale */
|
||||
#include <locale.h>
|
||||
#include <xlocale.h>
|
||||
#define JANET_EXTENDED_LOCALE
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user