diff options
| author | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-09-21 07:33:06 +0000 |
|---|---|---|
| committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-09-21 07:49:10 +0000 |
| commit | 65a5d77ba8eb659ec3ec9b174a78c182943c79bc (patch) | |
| tree | 49aeecc727eca22abe059ef150036ef8cb8dbe60 /testing/libubox/includes.patch | |
| parent | d2d2139243bfbcf529a90db5fd25cf2ac73067a6 (diff) | |
| download | aports-65a5d77ba8eb659ec3ec9b174a78c182943c79bc.tar.bz2 aports-65a5d77ba8eb659ec3ec9b174a78c182943c79bc.tar.xz | |
testing/libubox: new aport
C utility functions for OpenWrt
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> |
