summaryrefslogtreecommitdiffstats
path: root/contrib/libpcap
diff options
context:
space:
mode:
authormlaier <mlaier@FreeBSD.org>2007-10-20 20:23:39 +0000
committermlaier <mlaier@FreeBSD.org>2007-10-20 20:23:39 +0000
commitc89ca49410c0b451c33462a27a43de462843677a (patch)
treec98ee07c9aa893f4565d086adf9bed9b9760bc50 /contrib/libpcap
parentdb64b4a4bcc907ff32d7d6e08c3b68229edbb051 (diff)
downloadFreeBSD-src-c89ca49410c0b451c33462a27a43de462843677a.zip
FreeBSD-src-c89ca49410c0b451c33462a27a43de462843677a.tar.gz
Revert back to including the whole net/bpf.h again.
Requested by: sam, nork X-MFC after: now
Diffstat (limited to 'contrib/libpcap')
-rw-r--r--contrib/libpcap/pcap.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/libpcap/pcap.h b/contrib/libpcap/pcap.h
index f6815aa..c81f81e 100644
--- a/contrib/libpcap/pcap.h
+++ b/contrib/libpcap/pcap.h
@@ -41,9 +41,7 @@
#include <sys/types.h>
#include <sys/time.h>
-#ifndef PCAP_DONT_INCLUDE_PCAP_BPF_H
-#include <pcap-bpf.h>
-#endif
+#include <net/bpf.h>
#include <stdio.h>
OpenPOWER on IntegriCloud