diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2006-12-22 23:34:47 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2006-12-22 23:34:47 +0000 |
| commit | 0efd6615cd5f39b67cec82a7034e655f3b5801e3 (patch) | |
| tree | 5bd953ffcfacedca36999324a1d2c241c6ad3c78 /sys/security/mac/mac_socket.c | |
| parent | 04b5b3b0be11ae6688ceca82a3e7675e8a701b39 (diff) | |
Notes
Diffstat (limited to 'sys/security/mac/mac_socket.c')
| -rw-r--r-- | sys/security/mac/mac_socket.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/security/mac/mac_socket.c b/sys/security/mac/mac_socket.c index 28985197e4e3..1f12ea695f08 100644 --- a/sys/security/mac/mac_socket.c +++ b/sys/security/mac/mac_socket.c @@ -59,8 +59,6 @@ __FBSDID("$FreeBSD$"); #include <sys/socketvar.h> #include <sys/sysctl.h> -#include <sys/mac_policy.h> - #include <net/bpfdesc.h> #include <net/if.h> #include <net/if_var.h> @@ -71,6 +69,7 @@ __FBSDID("$FreeBSD$"); #include <security/mac/mac_framework.h> #include <security/mac/mac_internal.h> +#include <security/mac/mac_policy.h> /* * Currently, sockets hold two labels: the label of the socket itself, and a |
