From 39b73a30c09c52e18725e454609c53ccefb638d0 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Fri, 29 Dec 2006 20:16:29 +0000 Subject: [PATCH] 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. --- sys/security/mac/mac_framework.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/security/mac/mac_framework.c b/sys/security/mac/mac_framework.c index 94a593e62f3..2b45bab2771 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 __FBSDID("$FreeBSD$");