diff options
| author | Max Laier <mlaier@FreeBSD.org> | 2007-10-20 20:25:49 +0000 |
|---|---|---|
| committer | Max Laier <mlaier@FreeBSD.org> | 2007-10-20 20:25:49 +0000 |
| commit | 2263ac7d163b170176307cd2dc62066ebc8012fc (patch) | |
| tree | bcce5a97ede2fa54cffbf5ffd27a24dbee7812e2 | |
| parent | a3bcc961627a8fb0c01f258dcaa2ce8952d2db9b (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> |
