diff options
author | Jose Bollo <jose.bollo@iot.bzh> | 2019-07-22 17:02:09 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2019-07-23 14:17:56 +0200 |
commit | d325856a3cb88b18a1726e30309543f0154df9de (patch) | |
tree | 291eabb8e0c8d84f9ae63778be9df7b0e46f9f9b /include/afb | |
parent | 6bb714ca16b246eda78cd6b099e3a841e3d54ebe (diff) |
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 <jose.bollo@iot.bzh>
Change-Id: I32da71bd05bfe3538596cbf751d55ff45b4fe7f9
Diffstat (limited to 'include/afb')
-rw-r--r-- | include/afb/afb-binding.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <stdarg.h> #include <stdint.h> -struct json_object; +#include <json-c/json.h> /** * @def AFB_BINDING_INTERFACE_VERSION |