diff options
| author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2018-05-28 09:41:44 +0000 |
|---|---|---|
| committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2018-05-28 09:41:44 +0000 |
| commit | 609169becc8289b86cd097fdac74e5616977be75 (patch) | |
| tree | 75d8079bb4d25f47734bb223701f0bbd089a6fbf | |
| parent | 33c1b2bd88722a02e70da59459f5e5f08baec4cd (diff) | |
Notes
| -rw-r--r-- | usr.sbin/ipfwpcap/ipfwpcap.c | 2 |
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 |
