diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-09 13:07:16 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-16 17:10:40 +0100 |
commit | ac634d12925f6d10ad8c4893ff8522008351f61b (patch) | |
tree | 0f5090d67792f6278d692a1e3107a3f52b3e93ef /src/can | |
parent | e2411259c39a880338bd2435e994c21268eb3e5c (diff) |
C Header first
Change-Id: Ief8c66e99c689a362b645ad3b918d8b342ada59a
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'src/can')
-rw-r--r-- | src/can/can-bus-dev.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/can/can-bus-dev.hpp b/src/can/can-bus-dev.hpp index e7184ff..3a1f537 100644 --- a/src/can/can-bus-dev.hpp +++ b/src/can/can-bus-dev.hpp @@ -19,9 +19,9 @@ #pragma once #include <stdint.h> +#include <linux/can.h> #include <string> #include <thread> -#include <linux/can.h> #include "../utils/socket.hpp" |