]> rtime.felk.cvut.cz Git - socketcan-devel.git/blobdiff - test/tst-bcm-tx_read.c
changed user space programs to use new include files.
[socketcan-devel.git] / test / tst-bcm-tx_read.c
index d6d18860105e3e00208cdd4d463a582f757b6e08..a0132f2827653921cbc6f8547024d4114e3bcbfd 100644 (file)
 #include <sys/socket.h>
 #include <sys/ioctl.h>
 #include <sys/uio.h>
+#include <net/if.h>
 
-#include "af_can.h"
-#include "bcm.h"
+#include <linux/can.h>
+#include <linux/can/bcm.h>
 
 #define U64_DATA(p) (*(unsigned long long*)(p)->data)