summaryrefslogtreecommitdiffstats
path: root/low-can-binding/binding/low-can-hat.hpp
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2019-11-10 16:48:14 +0100
committerRomain Forlot <romain.forlot@iot.bzh>2020-01-09 14:40:41 +0100
commit025a8623df6a6d1f501d932ffa7ec1466dfd488d (patch)
tree3e32a5d3a720bcdf224834a90f3ba46fab70b575 /low-can-binding/binding/low-can-hat.hpp
parentdb13354c18e888d04b776e584addb668d8614da4 (diff)
hat: Move some binding functions into the hat
This is needed to move using a splitted binding/library model to have plugins linked to the lib as well as the binding to get there symbols Bug-AGL: SPEC-2988 Change-Id: I3a9f616078bc7fa9317995ec4300ee2b61aa4b08 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'low-can-binding/binding/low-can-hat.hpp')
-rw-r--r--low-can-binding/binding/low-can-hat.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/low-can-binding/binding/low-can-hat.hpp b/low-can-binding/binding/low-can-hat.hpp
index 131b61f2..e748c960 100644
--- a/low-can-binding/binding/low-can-hat.hpp
+++ b/low-can-binding/binding/low-can-hat.hpp
@@ -24,7 +24,7 @@
#include <memory>
#include <systemd/sd-event.h>
#include <cctype>
-
+#include <ctl-config.h>
#include <afb/afb-binding>
class low_can_subscription_t;