summaryrefslogtreecommitdiffstats
path: root/sys/security
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2006-12-29 20:16:29 +0000
committerrwatson <rwatson@FreeBSD.org>2006-12-29 20:16:29 +0000
commit468e5443ba51fa69fdac5946eaaffc74b21e1729 (patch)
treef6156bca92ac925def50a5d6740168eaaf6a560f /sys/security
parentcda2e4eccae61eda9ac4a9995eaecd2f7fc52e4f (diff)
downloadFreeBSD-src-468e5443ba51fa69fdac5946eaaffc74b21e1729.zip
FreeBSD-src-468e5443ba51fa69fdac5946eaaffc74b21e1729.tar.gz
Re-add include of opt_mac.h in mac_framework.c, which was improperly
removed from this file. It is required to pick up the definition of MAC_STATIC.
Diffstat (limited to 'sys/security')
-rw-r--r--sys/security/mac/mac_framework.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/security/mac/mac_framework.c b/sys/security/mac/mac_framework.c
index 94a593e..2b45bab 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$");
OpenPOWER on IntegriCloud