use json-c

This commit is contained in:
Martin Schröder 2015-12-06 13:49:55 +01:00
parent 7b30ab5767
commit e032aeef96

View file

@ -17,11 +17,7 @@
#include "blobmsg.h"
#include "blobmsg_json.h"
#ifdef JSONC
#include <json.h>
#else
#include <json/json.h>
#endif
#include <json-c/json.h>
bool blobmsg_add_object(struct blob_buf *b, json_object *obj)
{