diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2006-12-29 20:16:29 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2006-12-29 20:16:29 +0000 |
| commit | 39b73a30c09c52e18725e454609c53ccefb638d0 (patch) | |
| tree | f6156bca92ac925def50a5d6740168eaaf6a560f | |
| parent | 61644918e3302087677af6576e2cefe05ffa4e1f (diff) | |
Notes
| -rw-r--r-- | sys/security/mac/mac_framework.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/security/mac/mac_framework.c b/sys/security/mac/mac_framework.c index 94a593e62f33..2b45bab2771c 100644 --- a/sys/security/mac/mac_framework.c +++ b/sys/security/mac/mac_framework.c @@ -62,6 +62,8 @@ * src/sys/security/mac_*. */ +#include "opt_mac.h" + #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); |
