diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-02-20 20:19:59 +0000 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-02-21 10:59:27 +0000 |
commit | cba9b59fab054d3a33a4d58ed227fc3d4b6f6d9d (patch) | |
tree | bc504f0955794d17453a4e4e4717c7b108b5cffe /src/can-signals.hpp | |
parent | 4bcb47864452b2d219572862aed3d173c3c0a945 (diff) |
Clean up include statement...
Change-Id: Ie909836171ea5eb030246255bb08f1c5b8a65641
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'src/can-signals.hpp')
-rw-r--r-- | src/can-signals.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/can-signals.hpp b/src/can-signals.hpp index b115263..5e7e581 100644 --- a/src/can-signals.hpp +++ b/src/can-signals.hpp @@ -26,6 +26,11 @@ #include "can-utils.hpp" #include "low-can-binding.hpp" +extern "C" +{ + #include <afb/afb-event-itf.h> +} + #define MESSAGE_SET_ID 0 /** Can signal event map making access to afb_event |