summaryrefslogtreecommitdiffstats
path: root/sys/security/mac_bsdextended
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2007-06-13 22:42:43 +0000
committerrwatson <rwatson@FreeBSD.org>2007-06-13 22:42:43 +0000
commitf938c62f4e21ae3af133c8b7ce65a2aeccce8a2d (patch)
treef995f6006003d71c5ad1b33391c20d4d582dd7a4 /sys/security/mac_bsdextended
parent9caa55ea6b4ba34b691f2d87131929fc236f2491 (diff)
downloadFreeBSD-src-f938c62f4e21ae3af133c8b7ce65a2aeccce8a2d.zip
FreeBSD-src-f938c62f4e21ae3af133c8b7ce65a2aeccce8a2d.tar.gz
Include priv.h to pick up suser(9) definitions, missed in an earlier
commit. Warnings spotted by: kris
Diffstat (limited to 'sys/security/mac_bsdextended')
-rw-r--r--sys/security/mac_bsdextended/mac_bsdextended.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/security/mac_bsdextended/mac_bsdextended.c b/sys/security/mac_bsdextended/mac_bsdextended.c
index 7d8603e..aa1a2b9 100644
--- a/sys/security/mac_bsdextended/mac_bsdextended.c
+++ b/sys/security/mac_bsdextended/mac_bsdextended.c
@@ -51,6 +51,7 @@
#include <sys/module.h>
#include <sys/mount.h>
#include <sys/mutex.h>
+#include <sys/priv.h>
#include <sys/systm.h>
#include <sys/vnode.h>
#include <sys/sysctl.h>
OpenPOWER on IntegriCloud