diff options
| author | axn | 2015-03-25 06:27:19 +0000 |
|---|---|---|
| committer | axn | 2015-03-25 06:27:19 +0000 |
| commit | 5eec1474fd7b03583eb92bdd8e4af467fb7ebb7c (patch) | |
| tree | 6e9a7be4c220dfed17aa36ad738e885815900090 | |
| parent | 09cd03cd56b476f8e195c54267167a4caf17965f (diff) | |
| parent | 155be29b3145c34150c6ec700086608afa144e45 (diff) | |
| download | routing-5eec1474fd7b03583eb92bdd8e4af467fb7ebb7c.tar.gz | |
Merge pull request #84 from dangowrt/master
bmx6: fix json.h include
| -rw-r--r-- | bmx6/patches/001-json-c.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bmx6/patches/001-json-c.patch b/bmx6/patches/001-json-c.patch new file mode 100644 index 0000000..5d29dae --- /dev/null +++ b/bmx6/patches/001-json-c.patch @@ -0,0 +1,13 @@ +Index: bmx6-r2014112401/lib/bmx6_json/json.c +=================================================================== +--- bmx6-r2014112401.orig/lib/bmx6_json/json.c ++++ bmx6-r2014112401/lib/bmx6_json/json.c +@@ -27,7 +27,7 @@ + #include <unistd.h> + #include <fcntl.h> + #include <stdint.h> +-#include <json/json.h> ++#include <json-c/json.h> + //#include <dirent.h> + //#include <sys/inotify.h> + |