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/if_ether.c | |
| parent | 9af80719db341cf3e23d76c62553d77b6ad03568 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/if_ether.c')
| -rw-r--r-- | sys/netinet/if_ether.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/if_ether.c b/sys/netinet/if_ether.c index ff2f701c154f0..61265d41ad703 100644 --- a/sys/netinet/if_ether.c +++ b/sys/netinet/if_ether.c @@ -45,7 +45,6 @@ #include <sys/queue.h> #include <sys/sysctl.h> #include <sys/systm.h> -#include <sys/mac.h> #include <sys/mbuf.h> #include <sys/malloc.h> #include <sys/socket.h> @@ -70,6 +69,8 @@ #include <netinet/ip_carp.h> #endif +#include <security/mac/mac_framework.h> + #define SIN(s) ((struct sockaddr_in *)s) #define SDL(s) ((struct sockaddr_dl *)s) |
