diff options
Diffstat (limited to 'src/json.c')
-rw-r--r-- | src/json.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) { |