aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Petter Selasky <hselasky@FreeBSD.org>2018-05-28 09:41:44 +0000
committerHans Petter Selasky <hselasky@FreeBSD.org>2018-05-28 09:41:44 +0000
commit609169becc8289b86cd097fdac74e5616977be75 (patch)
tree75d8079bb4d25f47734bb223701f0bbd089a6fbf
parent33c1b2bd88722a02e70da59459f5e5f08baec4cd (diff)
Notes
-rw-r--r--usr.sbin/ipfwpcap/ipfwpcap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/ipfwpcap/ipfwpcap.c b/usr.sbin/ipfwpcap/ipfwpcap.c
index d579bd94ef01..96ee47e836a6 100644
--- a/usr.sbin/ipfwpcap/ipfwpcap.c
+++ b/usr.sbin/ipfwpcap/ipfwpcap.c
@@ -41,6 +41,8 @@
#include <netinet/in_systm.h> /* for IP_MAXPACKET */
#include <netinet/ip.h> /* for IP_MAXPACKET */
+#include <net/bpf.h>
+
/* XXX normally defined in config.h */
#define HAVE_STRLCPY 1
#define HAVE_SNPRINTF 1