summaryrefslogtreecommitdiffstats
path: root/sys/fs/devfs/devfs_devs.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/devfs/devfs_devs.c')
-rw-r--r--sys/fs/devfs/devfs_devs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/fs/devfs/devfs_devs.c b/sys/fs/devfs/devfs_devs.c
index 96c4798..8e155b8 100644
--- a/sys/fs/devfs/devfs_devs.c
+++ b/sys/fs/devfs/devfs_devs.c
@@ -37,7 +37,6 @@
#include <sys/kernel.h>
#include <sys/limits.h>
#include <sys/lock.h>
-#include <sys/mac.h>
#include <sys/malloc.h>
#include <sys/proc.h>
#include <sys/sx.h>
@@ -49,6 +48,8 @@
#include <fs/devfs/devfs.h>
#include <fs/devfs/devfs_int.h>
+#include <security/mac/mac_framework.h>
+
/*
* The one true (but secret) list of active devices in the system.
* Locked by dev_lock()/devmtx
OpenPOWER on IntegriCloud