From 0895cac1b9eae5c8701ba416eda1f43aa0016921 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Thu, 4 May 2017 14:24:33 +0200 Subject: Follow the moving binding and configuration files. Change include statement to refer the correct new path to the files. Also change CMakeLists.txt. Change-Id: I66a0bccab02e9fce10072a275a6580d61b4ddfbe Signed-off-by: Romain Forlot --- CAN-binder/low-can-binding/utils/socketcan.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CAN-binder/low-can-binding/utils/socketcan.hpp') diff --git a/CAN-binder/low-can-binding/utils/socketcan.hpp b/CAN-binder/low-can-binding/utils/socketcan.hpp index 3c02a4f..3dcc277 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 "../binding/low-can-binding.hpp" #define INVALID_SOCKET -1 -- cgit 1.2.3-korg