Typo
[apps/low-level-can-service.git] / src / low-can-binding.hpp
index 0f2b950..04c7eac 100644 (file)
  
 #pragma once
 
+#include <cstddef>
+
+extern "C"
+{
+       #include <afb/afb-binding.h>
+};
+
 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