From: Romain Forlot Date: Tue, 2 May 2017 14:59:41 +0000 (+0200) Subject: Fix: wrong include local header path X-Git-Tag: 3.99.1~109 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=39c3d1c6e78ee2f85b713dec39946c05709c1076;p=apps%2Flow-level-can-service.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 a66e259..8a71d3a 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