Add mac_framework.h include missed when MAC code was (presumably) copied

from another file.
This commit is contained in:
Robert Watson 2009-06-05 14:23:24 +00:00
parent 37ba986a5f
commit af4656042e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=193508

View File

@ -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>