diff --git a/lib/json.h b/lib/json.h index 5dbad601a3..c8d7fae1cd 100644 --- a/lib/json.h +++ b/lib/json.h @@ -26,6 +26,12 @@ #include #else #include + +/* + * json_object_to_json_string_ext is only available for json-c + * so let's just turn it back to the original usage. + */ +#define json_object_to_json_string_ext(A, B) json_object_to_json_string (A) #endif extern int use_json(const int argc, const char *argv[]);