diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-02 16:59:41 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-02 16:59:47 +0200 |
commit | 39c3d1c6e78ee2f85b713dec39946c05709c1076 (patch) | |
tree | 2899d533f51dc10060a66d61cfee95af08743948 /CAN-binder/low-can-binding/utils | |
parent | 7e6d6d0a37e37804e3a751e2bfde11a9c1e85b0b (diff) |
Fix: wrong include local header path
Change-Id: I1878e26a519a8e2708cfbfd59c6dd95e968d4028
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'CAN-binder/low-can-binding/utils')
-rw-r--r-- | CAN-binder/low-can-binding/utils/socketcan.hpp | 2 |
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 |