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.
This commit is contained in:
Robert Watson 2006-12-29 20:16:29 +00:00
parent 61644918e3
commit 39b73a30c0

View File

@ -62,6 +62,8 @@
* src/sys/security/mac_*.
*/
#include "opt_mac.h"
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");