Miss removed header file include
authorRomain Forlot <romain.forlot@iot.bzh>
Wed, 8 Mar 2017 12:36:30 +0000 (13:36 +0100)
committerRomain Forlot <romain.forlot@iot.bzh>
Thu, 16 Mar 2017 16:10:39 +0000 (17:10 +0100)
Change-Id: Iea45260ff78fadced7c9eb3ccefbc05341be25e4
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
src/low-can-binding.cpp

index 6bce723..c44b064 100644 (file)
 #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;