mirror of
https://github.com/vale981/libblobpack
synced 2025-03-04 17:31:42 -05:00
use json-c
This commit is contained in:
parent
7b30ab5767
commit
e032aeef96
1 changed files with 1 additions and 5 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue