aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-05-02 16:59:41 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2017-05-02 16:59:47 +0200
commit39c3d1c6e78ee2f85b713dec39946c05709c1076 (patch)
tree2899d533f51dc10060a66d61cfee95af08743948
parent7e6d6d0a37e37804e3a751e2bfde11a9c1e85b0b (diff)
Fix: wrong include local header path
Change-Id: I1878e26a519a8e2708cfbfd59c6dd95e968d4028 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r--CAN-binder/low-can-binding/utils/socketcan.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CAN-binder/low-can-binding/utils/socketcan.hpp b/CAN-binder/low-can-binding/utils/socketcan.hpp
index a66e259a..8a71d3a8 100644
--- a/CAN-binder/low-can-binding/utils/socketcan.hpp
+++ b/CAN-binder/low-can-binding/utils/socketcan.hpp
@@ -24,7 +24,7 @@
#include <string.h>
#include "../can/can-message.hpp"
-#include "low-can-binding.hpp"
+#include "../low-can-binding.hpp"
#define INVALID_SOCKET -1