From: Romain Forlot Date: Wed, 8 Mar 2017 12:36:30 +0000 (+0100) Subject: Miss removed header file include X-Git-Tag: 5.0.2~539 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=06bf04d884df6e75b0baecd990677a61dc374a6b;p=apps%2Fagl-service-can-low-level.git Miss removed header file include Change-Id: Iea45260ff78fadced7c9eb3ccefbc05341be25e4 Signed-off-by: Romain Forlot --- 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 +}; + // Interface between the daemon and the binding const struct afb_binding_interface *binder_interface; configuration_t *config;