diff options
Diffstat (limited to 'util/json.h')
-rw-r--r-- | util/json.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/json.h b/util/json.h index 54e33e3..3dd5b52 100644 --- a/util/json.h +++ b/util/json.h @@ -56,6 +56,8 @@ uint64_t util_json_object_get_uint64(struct json_object *obj); struct json_object; +#define json_object_add_value_string(o, k, v) + #endif #endif |