summaryrefslogtreecommitdiff
path: root/sys/fs/devfs
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2009-06-04 10:30:18 +0000
committerRobert Watson <rwatson@FreeBSD.org>2009-06-04 10:30:18 +0000
commit927e0a56ce80a7ae9603d8b10c65a4de589b30c2 (patch)
tree1a3599ed2ba60f9eb3f2b5b033983811f5901d07 /sys/fs/devfs
parentd7e06371116a4011e1f05cb9c33eed2b29b7f29e (diff)
Notes
Diffstat (limited to 'sys/fs/devfs')
-rw-r--r--sys/fs/devfs/devfs_vfsops.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/fs/devfs/devfs_vfsops.c b/sys/fs/devfs/devfs_vfsops.c
index ff86e36859fe..d88f49c58534 100644
--- a/sys/fs/devfs/devfs_vfsops.c
+++ b/sys/fs/devfs/devfs_vfsops.c
@@ -34,6 +34,8 @@
* $FreeBSD$
*/
+#include "opt_mac.h" /* To set MNT_MULTILABEL. */
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>