]> rtime.felk.cvut.cz Git - sojka/can-utils.git/blobdiff - canplayer.c
Update includes to Linux 3.6 with CAN FD support.
[sojka/can-utils.git] / canplayer.c
index c3e739d74ff00884d1832ad02100f7be3ae58ab4..b0b63334e711ceebd56dd9b1fddf535d226fb637 100644 (file)
@@ -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>
  *
  */
 
@@ -53,6 +53,7 @@
 #include <unistd.h>
 
 #include <net/if.h>
+#include <sys/socket.h>
 #include <sys/ioctl.h>
 #include <sys/time.h>
 #include <linux/can.h>