diff options
| author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2018-05-31 09:11:21 +0000 |
|---|---|---|
| committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2018-05-31 09:11:21 +0000 |
| commit | 5fd1ea0810fa7811886c51740e0758f2dd36d940 (patch) | |
| tree | c2cbb4912beb3897b394c178925736bf54b48a73 /contrib/libpcap | |
| parent | e69b55eadb5f1e87f22233093ac9fc468cb4c39c (diff) | |
Notes
Diffstat (limited to 'contrib/libpcap')
| -rw-r--r-- | contrib/libpcap/pcap/pcap.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/libpcap/pcap/pcap.h b/contrib/libpcap/pcap/pcap.h index 41959afb41eab..dbe70dfd08d16 100644 --- a/contrib/libpcap/pcap/pcap.h +++ b/contrib/libpcap/pcap/pcap.h @@ -84,9 +84,7 @@ #include <sys/time.h> #endif /* _WIN32/MSDOS/UN*X */ -#ifndef PCAP_DONT_INCLUDE_PCAP_BPF_H -#include <pcap/bpf.h> -#endif +#include <net/bpf.h> #include <stdio.h> |
