diff options
author | Robert Watson <rwatson@FreeBSD.org> | 2006-10-22 11:52:19 +0000 |
---|---|---|
committer | Robert Watson <rwatson@FreeBSD.org> | 2006-10-22 11:52:19 +0000 |
commit | aed557087269cd052aa76cc15af4a1fd70cbbf24 (patch) | |
tree | 15bbe7ba3ad64d39db33baa0b88a2dae4206568e /sys/netinet/ip_fw2.c | |
parent | 9af80719db341cf3e23d76c62553d77b6ad03568 (diff) | |
download | src-aed557087269cd052aa76cc15af4a1fd70cbbf24.tar.gz src-aed557087269cd052aa76cc15af4a1fd70cbbf24.zip |
Notes
Diffstat (limited to 'sys/netinet/ip_fw2.c')
-rw-r--r-- | sys/netinet/ip_fw2.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/ip_fw2.c b/sys/netinet/ip_fw2.c index 2c6b46116d4e..9fa652e3e68f 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 |