diff options
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 b115263c..5e7e5816 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 |