summaryrefslogtreecommitdiffstats
path: root/include/afb/afb-service-v1.h
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-06-01 16:44:15 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2017-06-01 19:24:31 +0200
commitec0a2d0f6b22750931fddfd6511219bcccd3c4f9 (patch)
treefe81da4f63b185958af7133a3bf2469af1da4230 /include/afb/afb-service-v1.h
parenta5eac83c777c95e59801d5e327daf03860fcb141 (diff)
fix include of afb-service-v1.h
Change-Id: I4e756949635854694711590c81fee0b7d99d33b3 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'include/afb/afb-service-v1.h')
-rw-r--r--include/afb/afb-service-v1.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/afb/afb-service-v1.h b/include/afb/afb-service-v1.h
index f3f55a56..ee207ab9 100644
--- a/include/afb/afb-service-v1.h
+++ b/include/afb/afb-service-v1.h
@@ -17,6 +17,8 @@
#pragma once
+#include "afb-service-common.h"
+
/**
* Calls the 'verb' of the 'api' with the arguments 'args' and 'verb' in the name of the binding.
* The result of the call is delivered to the 'callback' function with the 'callback_closure'.