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/netinet6 | |
| parent | 9af80719db341cf3e23d76c62553d77b6ad03568 (diff) | |
Notes
Diffstat (limited to 'sys/netinet6')
| -rw-r--r-- | sys/netinet6/nd6.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet6/nd6.c b/sys/netinet6/nd6.c index c0b5dcdedb8e..16a52948e07e 100644 --- a/sys/netinet6/nd6.c +++ b/sys/netinet6/nd6.c @@ -37,7 +37,6 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/callout.h> -#include <sys/mac.h> #include <sys/malloc.h> #include <sys/mbuf.h> #include <sys/socket.h> @@ -69,6 +68,8 @@ #include <sys/limits.h> +#include <security/mac/mac_framework.h> + #define ND6_SLOWTIMER_INTERVAL (60 * 60) /* 1 hour */ #define ND6_RECALC_REACHTM_INTERVAL (60 * 120) /* 2 hours */ |
