summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-03-08 13:36:30 +0100
committerRomain Forlot <romain.forlot@iot.bzh>2017-03-16 17:10:39 +0100
commit06bf04d884df6e75b0baecd990677a61dc374a6b (patch)
tree64370af17452dc5d83de8bf2aa06c182e7dc7f3a /src
parent84cb8f83a9c7b7b13fb46d6f18389d4c26038bda (diff)
Miss removed header file include
Change-Id: Iea45260ff78fadced7c9eb3ccefbc05341be25e4 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'src')
-rw-r--r--src/low-can-binding.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/low-can-binding.cpp b/src/low-can-binding.cpp
index 6bce723b..c44b064e 100644
--- a/src/low-can-binding.cpp
+++ b/src/low-can-binding.cpp
@@ -34,6 +34,11 @@
#include "utils/signals.hpp"
#include "utils/openxc-utils.hpp"
+extern "C"
+{
+ #include <afb/afb-service-itf.h>
+};
+
// Interface between the daemon and the binding
const struct afb_binding_interface *binder_interface;
configuration_t *config;