mirror of
https://github.com/json-c/json-c.git
synced 2026-04-08 06:49:07 +08:00
Issue #246: Include xlocale.h too, to get locale_t defined, since not all OSes include that in locale.h
This commit is contained in:
@@ -35,6 +35,9 @@
|
||||
#ifdef HAVE_LOCALE_H
|
||||
#include <locale.h>
|
||||
#endif /* HAVE_LOCALE_H */
|
||||
#ifdef HAVE_XLOCALE_H
|
||||
#include <xlocale.h>
|
||||
#endif
|
||||
|
||||
#define jt_hexdigit(x) (((x) <= '9') ? (x) - '0' : ((x) & 7) + 9)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user