Author: ae
Date: Sun Apr 14 11:19:08 2019
New Revision: 346202
URL: https://svnweb.freebsd.org/changeset/base/346202

Log:
  Fix the build. Include net/pfil.h to be able use IPFW_WLOCK().
  In head/ after r343619 it is not required, but this change was not MFCed.

Modified:
  stable/12/sys/netpfil/ipfw/nat64/nat64clat_control.c

Modified: stable/12/sys/netpfil/ipfw/nat64/nat64clat_control.c
==============================================================================
--- stable/12/sys/netpfil/ipfw/nat64/nat64clat_control.c        Sun Apr 14 
11:06:42 2019        (r346201)
+++ stable/12/sys/netpfil/ipfw/nat64/nat64clat_control.c        Sun Apr 14 
11:19:08 2019        (r346202)
@@ -50,6 +50,7 @@ __FBSDID("$FreeBSD$");
 #include <net/if_var.h>
 #include <net/route.h>
 #include <net/vnet.h>
+#include <net/pfil.h>
 
 #include <netinet/in.h>
 #include <netinet/ip_var.h>


_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to