]> The Tcpdump Group git mirrors - libpcap/blobdiff - pcap-enet.c
From Shaun <[email protected]>: on AIX, load the BPF driver and
[libpcap] / pcap-enet.c
index 2e478c457a63465d7591c6efbad24577c6753a87..4458d6ca116a24a6c53c30d364b4dee0f87a1dd5 100644 (file)
@@ -8,7 +8,7 @@
  */
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/libpcap/pcap-enet.c,v 1.6 2002-06-11 17:04:46 itojun Exp $";
+    "@(#) $Header: /tcpdump/master/libpcap/pcap-enet.c,v 1.7 2003-02-11 01:46:06 guy Exp $";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -22,7 +22,7 @@ static const char rcsid[] =
 #include <sys/socket.h>
 
 #include <net/if.h>
-#include <net/bpf.h>
+#include <pcap-bpf.h>
 #include <net/enet.h>
 
 #include <netinet/in.h>