summaryrefslogtreecommitdiff
path: root/json_tokener.c
diff options
context:
space:
mode:
Diffstat (limited to 'json_tokener.c')
-rw-r--r--json_tokener.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/json_tokener.c b/json_tokener.c
index 40933ff..0373d6f 100644
--- a/json_tokener.c
+++ b/json_tokener.c
@@ -40,6 +40,9 @@
#ifdef HAVE_XLOCALE_H
#include <xlocale.h>
#endif
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif /* HAVE_STRINGS_H */
#define jt_hexdigit(x) (((x) <= '9') ? (x) - '0' : ((x)&7) + 9)