From: Romain Forlot Date: Tue, 2 May 2017 14:59:41 +0000 (+0200) Subject: Fix: wrong include local header path X-Git-Tag: 5.0.2~281 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=39c3d1c6e78ee2f85b713dec39946c05709c1076;hp=7e6d6d0a37e37804e3a751e2bfde11a9c1e85b0b;p=apps%2Fagl-service-can-low-level.git Fix: wrong include local header path Change-Id: I1878e26a519a8e2708cfbfd59c6dd95e968d4028 Signed-off-by: Romain Forlot --- 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 #include "../can/can-message.hpp" -#include "low-can-binding.hpp" +#include "../low-can-binding.hpp" #define INVALID_SOCKET -1