Date: Mon, 28 May 2018 09:41:44 +0000 (UTC) From: Hans Petter Selasky <hselasky@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r334279 - head/usr.sbin/ipfwpcap Message-ID: <201805280941.w4S9fix8092096@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: hselasky Date: Mon May 28 09:41:44 2018 New Revision: 334279 URL: https://svnweb.freebsd.org/changeset/base/334279 Log: Buildfix for GCC after r334277. MFC after: 1 month Sponsored by: Mellanox Technologies Modified: head/usr.sbin/ipfwpcap/ipfwpcap.c Modified: head/usr.sbin/ipfwpcap/ipfwpcap.c ============================================================================== --- head/usr.sbin/ipfwpcap/ipfwpcap.c Mon May 28 09:23:28 2018 (r334278) +++ head/usr.sbin/ipfwpcap/ipfwpcap.c Mon May 28 09:41:44 2018 (r334279) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805280941.w4S9fix8092096>