diff options
author | mlaier <mlaier@FreeBSD.org> | 2007-10-20 20:23:39 +0000 |
---|---|---|
committer | mlaier <mlaier@FreeBSD.org> | 2007-10-20 20:23:39 +0000 |
commit | c89ca49410c0b451c33462a27a43de462843677a (patch) | |
tree | c98ee07c9aa893f4565d086adf9bed9b9760bc50 | |
parent | db64b4a4bcc907ff32d7d6e08c3b68229edbb051 (diff) | |
download | FreeBSD-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
-rw-r--r-- | contrib/libpcap/pcap.h | 4 |
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> |