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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to