svn commit: r334279 - head/usr.sbin/ipfwpcap

Hans Petter Selasky hselasky at FreeBSD.org
Mon May 28 09:41:45 UTC 2018


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


More information about the svn-src-head mailing list