summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw2.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet/ip_fw2.c')
-rw-r--r--sys/netinet/ip_fw2.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/ip_fw2.c b/sys/netinet/ip_fw2.c
index 2c6b461..9fa652e 100644
--- a/sys/netinet/ip_fw2.c
+++ b/sys/netinet/ip_fw2.c
@@ -52,7 +52,6 @@
#include <sys/kernel.h>
#include <sys/lock.h>
#include <sys/jail.h>
-#include <sys/mac.h>
#include <sys/module.h>
#include <sys/proc.h>
#include <sys/rwlock.h>
@@ -101,6 +100,8 @@
#include <machine/in_cksum.h> /* XXX for in_cksum */
+#include <security/mac/mac_framework.h>
+
/*
* set_disable contains one bit per set value (0..31).
* If the bit is set, all rules with the corresponding set
OpenPOWER on IntegriCloud