aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/libubox/includes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'unmaintained/libubox/includes.patch')
-rw-r--r--unmaintained/libubox/includes.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/unmaintained/libubox/includes.patch b/unmaintained/libubox/includes.patch
new file mode 100644
index 0000000000..2ba75aaf1b
--- /dev/null
+++ b/unmaintained/libubox/includes.patch
@@ -0,0 +1,11 @@
+--- 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>