diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-09-19 14:18:51 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-09-19 14:19:53 +0000 |
commit | bbd22f26bfb9e8f423e33ff85930a82fe5075160 (patch) | |
tree | 9fa013ecf9851263c9b0eb8f79b2b574e3590dee /testing/libubox/includes.patch | |
parent | 56cdd1b946365a31c49bf4ea1ec0a8eee3e62b29 (diff) | |
download | aports-bbd22f26bfb9e8f423e33ff85930a82fe5075160.tar.bz2 aports-bbd22f26bfb9e8f423e33ff85930a82fe5075160.tar.xz |
testing/libubox: new aport
Diffstat (limited to 'testing/libubox/includes.patch')
-rw-r--r-- | testing/libubox/includes.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/libubox/includes.patch b/testing/libubox/includes.patch new file mode 100644 index 0000000000..2ba75aaf1b --- /dev/null +++ b/testing/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> |