aports/testing/libubox/includes.patch
Leonardo Arena 65a5d77ba8 testing/libubox: new aport
C utility functions for OpenWrt
2015-09-21 07:49:10 +00:00

12 lines
185 B
Diff

--- a/blobmsg_json.h
+++ b/blobmsg_json.h
@@ -19,7 +19,7 @@
#ifdef JSONC
#include <json.h>
#else
- #include <json/json.h>
+ #include <json-c/json.h>
#endif
#include <stdbool.h>