diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2007-06-13 22:42:43 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2007-06-13 22:42:43 +0000 |
| commit | c2259ba44fafbbc7ad10a3c9edd7dd728b4882fc (patch) | |
| tree | f995f6006003d71c5ad1b33391c20d4d582dd7a4 /sys/security/mac_bsdextended | |
| parent | 7dba15b72b896c8e670251923c5fb7ad73d44c89 (diff) | |
Notes
Diffstat (limited to 'sys/security/mac_bsdextended')
| -rw-r--r-- | sys/security/mac_bsdextended/mac_bsdextended.c | 1 |
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 7d8603ebe890..aa1a2b97303f 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> |
