]> rtime.felk.cvut.cz Git - sojka/can-utils.git/blobdiff - slcand.c
can-calc-bit-timing: add support for ti_hecc
[sojka/can-utils.git] / slcand.c
index 334c718dafe52e445782d98dc2c5918c4b72b324..2353c994dee6ddc11e47f67438b9585cc2995337 100644 (file)
--- a/slcand.c
+++ b/slcand.c
@@ -1,7 +1,3 @@
-/*
- *  $Id$
- */
-
 /*
  * slcand.c - userspace daemon for serial line CAN interface driver SLCAN
  *
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
-#include <sys/types.h>
-#include <sys/stat.h>
 #include <fcntl.h>
 #include <syslog.h>
 #include <errno.h>
 #include <pwd.h>
 #include <signal.h>
+#include <sys/socket.h>
 #include <sys/ioctl.h>
+#include <sys/types.h>
+#include <sys/stat.h>
 #include <net/if.h>
 
 /* default slcan line discipline since Kernel 2.6.25 */