summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;