diff options
Diffstat (limited to 'mycan.c')
-rw-r--r-- | mycan.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -22,8 +22,11 @@ cansend vcan0 680#02.00.02.00.02.00.02.00 #include <net/if.h> #include <sys/ioctl.h> #include <sys/socket.h> + +// (GPL-2.0-only WITH Linux-syscall-note) OR BSD-3-Clause #include <linux/can.h> #include <linux/can/raw.h> + #include "all_SRE_edited.h" // https://github.com/howerj/dbcc MIT |