aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorAlexander Viro <viro@www.linux.org.uk>2004-07-26 06:59:25 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-07-26 06:59:25 -0700
commit46839838abf437d63d85f0ecc7c85d83fd125549 (patch)
tree3ed4e53357909d2b9815641c1e5f86bce9c66741 /security
parent4a27ed1c819fb77e6781c7b20929e700585f3ced (diff)
downloadhistory-46839838abf437d63d85f0ecc7c85d83fd125549.tar.gz
[PATCH] security/selinux/hooks.c compile fix
added missing #include Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'security')
-rw-r--r--security/selinux/hooks.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c
index d2d39a73f486b8..9ceb598f2bee90 100644
--- a/security/selinux/hooks.c
+++ b/security/selinux/hooks.c
@@ -63,6 +63,7 @@
#include <net/ipv6.h>
#include <linux/hugetlb.h>
#include <linux/major.h>
+#include <linux/personality.h>
#include "avc.h"
#include "objsec.h"