From a2e69fa054ac6e37abee78627df605801d37e3dc Mon Sep 17 00:00:00 2001 From: Antonio Huete Jimenez Date: Mon, 9 Apr 2018 16:44:43 -0700 Subject: [PATCH 3/3] contrib/libpcap - Local adjustments - Use system's net/bpf.h instead of libpcap's one. - Will help fixing net/vde2 and possible other ports that use a combination of net/bpf.h and pcap.h as described in f92f178f07f --- contrib/libpcap/pcap/pcap.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/contrib/libpcap/pcap/pcap.h b/contrib/libpcap/pcap/pcap.h index 7f92a379f7..9c27712441 100644 --- a/contrib/libpcap/pcap/pcap.h +++ b/contrib/libpcap/pcap/pcap.h @@ -47,9 +47,7 @@ #include #endif /* _WIN32/MSDOS/UN*X */ -#ifndef PCAP_DONT_INCLUDE_PCAP_BPF_H -#include -#endif +#include #include -- 2.16.2