replaced <netpacket/packet.h> include by <linux/if_packet.h>
[senf.git] / senf / Socket / Protocols / Raw / PacketSocketHandle.cc
index 3f5b1c0..8799014 100644 (file)
@@ -35,7 +35,7 @@
 // Custom includes
 #include <sys/types.h>
 #include <sys/socket.h>
-#include <netpacket/packet.h>
+#include <linux/if_packet.h>
 #include <net/ethernet.h>
 #include <netinet/in.h>
 #include <net/if.h>