diff options
| author | Max Laier <mlaier@FreeBSD.org> | 2007-10-20 20:23:39 +0000 |
|---|---|---|
| committer | Max Laier <mlaier@FreeBSD.org> | 2007-10-20 20:23:39 +0000 |
| commit | 1f631dacae3d840cd27c0b372e137cdb36874c21 (patch) | |
| tree | c98ee07c9aa893f4565d086adf9bed9b9760bc50 | |
| parent | 4f6d329f1e26aba171422d5c4bffc837a14f76c1 (diff) | |
Notes
| -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 f6815aa6b0df..c81f81e8afc6 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> |
