]> rtime.felk.cvut.cz Git - sojka/can-utils.git/blobdiff - cansend.c
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
[sojka/can-utils.git] / cansend.c
index a2fefc2e279696ccfd56e632af1eac1f133dd542..9be216337cfff5f5c5fa441b2532901562cf97b2 100644 (file)
--- a/cansend.c
+++ b/cansend.c
@@ -41,7 +41,7 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
  * DAMAGE.
  *
- * Send feedback to <socketcan-users@lists.berlios.de>
+ * Send feedback to <linux-can@vger.kernel.org>
  *
  */
 
@@ -52,6 +52,7 @@
 
 #include <net/if.h>
 #include <sys/ioctl.h>
+#include <sys/socket.h>
 
 #include <linux/can.h>
 #include <linux/can/raw.h>