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/net/if_tun.c | |
| parent | 9af80719db341cf3e23d76c62553d77b6ad03568 (diff) | |
Notes
Diffstat (limited to 'sys/net/if_tun.c')
| -rw-r--r-- | sys/net/if_tun.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net/if_tun.c b/sys/net/if_tun.c index ddf64126e235..078766905e2f 100644 --- a/sys/net/if_tun.c +++ b/sys/net/if_tun.c @@ -25,7 +25,6 @@ #include <sys/param.h> #include <sys/proc.h> #include <sys/systm.h> -#include <sys/mac.h> #include <sys/mbuf.h> #include <sys/module.h> #include <sys/socket.h> @@ -56,6 +55,8 @@ #include <sys/queue.h> +#include <security/mac/mac_framework.h> + /* * tun_list is protected by global tunmtx. Other mutable fields are * protected by tun->tun_mtx, or by their owning subsystem. tun_dev is |
