From 0a81465554c5cc2f788a2ac31ad184cfd99e6755 Mon Sep 17 00:00:00 2001 From: Peter Bigot Date: Sat, 25 Jan 2020 05:34:52 -0600 Subject: [PATCH] treewide: use full path to can.h header The build infrastructure should not be adding the drivers subdirectory to the include path. Fix the legacy uses that depended on that addition. Signed-off-by: Peter Bigot --- include/net/can.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/net/can.h b/include/net/can.h index 95968d2a31f..35ab34921a7 100644 --- a/include/net/can.h +++ b/include/net/can.h @@ -16,7 +16,7 @@ #include #include #include -#include +#include #ifdef __cplusplus extern "C" {