aboutsummaryrefslogtreecommitdiff
path: root/mycan.c
diff options
context:
space:
mode:
Diffstat (limited to 'mycan.c')
-rw-r--r--mycan.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mycan.c b/mycan.c
index adfc934..453a6da 100644
--- a/mycan.c
+++ b/mycan.c
@@ -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