replaced <netpacket/packet.h> include by <linux/if_packet.h>
[senf.git] / senf / Socket / Protocols / Raw / LLAddressing.hh
index 8a60a8f..b59ce92 100644 (file)
@@ -34,7 +34,7 @@
 
 // Custom includes
 #include <sys/socket.h>
-#include <netpacket/packet.h>
+#include <linux/if_packet.h>
 #include <senf/Socket/Protocols/BSDAddressingPolicy.hh>
 #include <senf/Socket/Protocols/BSDSocketAddress.hh>
 #include "MACAddress.hh"