mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
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:
parent
61644918e3
commit
39b73a30c0
1 changed files with 2 additions and 0 deletions
|
|
@ -62,6 +62,8 @@
|
|||
* src/sys/security/mac_*.
|
||||
*/
|
||||
|
||||
#include "opt_mac.h"
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue