X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Flow-can-binding.hpp;h=04c7eac469bab36ef1b84f77feac06fedf103149;hb=e5315debfd5c7c476746d2cabed4abfebe964178;hp=0f2b9505a0ad8614b106efbf5dd853506bddaf9e;hpb=ae8db2457e484f0d63aaf6dc04382555f47d21e7;p=apps%2Flow-level-can-service.git diff --git a/src/low-can-binding.hpp b/src/low-can-binding.hpp index 0f2b950..04c7eac 100644 --- a/src/low-can-binding.hpp +++ b/src/low-can-binding.hpp @@ -18,6 +18,13 @@ #pragma once +#include + +extern "C" +{ + #include +}; + extern "C" struct afb_binding_interface; -extern const struct afb_binding_interface *binder_interface; +extern const struct afb_binding_interface *binder_interface; \ No newline at end of file