]> rtime.felk.cvut.cz Git - socketcan-devel.git/blobdiff - test/tst-raw-sendto.c
changed user space programs to use new include files.
[socketcan-devel.git] / test / tst-raw-sendto.c
index 496b15279b3b376d6a16d69fa6bc465b6e263108..ae5f6726ff85a9120c64d6f0d9a169e244de7604 100644 (file)
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/ioctl.h>
+#include <net/if.h>
 
-#include "af_can.h"
-#include "raw.h"
+#include <linux/can.h>
+#include <linux/can/raw.h>
 
 int main(int argc, char **argv)
 {