From d325856a3cb88b18a1726e30309543f0154df9de Mon Sep 17 00:00:00 2001 From: Jose Bollo Date: Mon, 22 Jul 2019 17:02:09 +0200 Subject: [PATCH] afb-binding.h: Ensure json-c/json.h is sourced This is needed if we want to replace json-c with jsonfast. Bug-AGL: SPEC-2659 Signed-off-by: Jose Bollo Change-Id: I32da71bd05bfe3538596cbf751d55ff45b4fe7f9 --- include/afb/afb-binding.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/afb/afb-binding.h b/include/afb/afb-binding.h index dbc01b7f..5122405e 100644 --- a/include/afb/afb-binding.h +++ b/include/afb/afb-binding.h @@ -41,7 +41,7 @@ #include #include -struct json_object; +#include /** * @def AFB_BINDING_INTERFACE_VERSION -- 2.16.6