summaryrefslogtreecommitdiffstats
path: root/src/json.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/json.c')
-rw-r--r--src/json.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/json.c b/src/json.c
index 638b1cb..d33c647 100644
--- a/src/json.c
+++ b/src/json.c
@@ -9,6 +9,7 @@
#include "json.h"
#include <stdint.h>
+#include <string.h>
int og_json_parse_string(const json_t *element, const char **str)
{