]> rtime.felk.cvut.cz Git - can-utils.git/blobdiff - slcan_attach.c
isotp.h: add explicit license information
[can-utils.git] / slcan_attach.c
index b939a103cf43a19ed260340e69d345839c41f768..2c95d22e05f6b34f33f0e87e74793311202dc92e 100644 (file)
@@ -1,7 +1,3 @@
-/*
- *  $Id$
- */
-
 /*
  * slcan_attach.c - userspace tool for serial line CAN interface driver SLCAN
  *
 #include <fcntl.h>
 #include <unistd.h>
 #include <getopt.h>
+#include <sys/socket.h>
 #include <sys/ioctl.h>
 #include <net/if.h>
+#include <termios.h>
 
 #define LDISC_N_SLCAN 17 /* default slcan line discipline since Kernel 2.6.25 */