From 155be29b3145c34150c6ec700086608afa144e45 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Tue, 24 Mar 2015 19:27:04 +0100 Subject: [PATCH] bmx6: fix json.h include unbreaks json plugin Signed-off-by: Daniel Golle --- bmx6/patches/001-json-c.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 bmx6/patches/001-json-c.patch 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 + #include + #include +-#include ++#include + //#include + //#include + -- 2.30.2