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

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>