mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Add mac_framework.h include missed when MAC code was (presumably) copied
from another file.
This commit is contained in:
parent
37ba986a5f
commit
af4656042e
1 changed files with 2 additions and 0 deletions
|
|
@ -55,6 +55,8 @@ __FBSDID("$FreeBSD$");
|
|||
#include <sys/dirent.h>
|
||||
#include <sys/poll.h>
|
||||
|
||||
#include <security/mac/mac_framework.h>
|
||||
|
||||
#include <vm/vm.h>
|
||||
#include <vm/vm_object.h>
|
||||
#include <vm/vm_extern.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue