diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-03-29 18:09:38 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2017-03-29 18:09:38 +0200 |
commit | e94995611bd4e05a2aac1c0ae7c7f0855137b78a (patch) | |
tree | 5d05cdeabb3698c7b53520bbaf9aa2aa143bf492 /include/afb/afb-req-itf.h | |
parent | b6b049eac4035c2ef581205af8eccce93f5727b3 (diff) |
Prepare migration to binding v2
Change-Id: I48c1fdb5199c9fb0f001576ceed3ddcb50fc9066
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'include/afb/afb-req-itf.h')
-rw-r--r-- | include/afb/afb-req-itf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/afb/afb-req-itf.h b/include/afb/afb-req-itf.h index 5116b133..6b6c8b70 100644 --- a/include/afb/afb-req-itf.h +++ b/include/afb/afb-req-itf.h @@ -25,7 +25,7 @@ #include <stdarg.h> #include <stdio.h> -#include <afb/afb-event-itf.h> +#include "afb-event-itf.h" /* avoid inclusion of <json-c/json.h> */ struct json_object; |