diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-03-30 18:54:02 -0400 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2008-04-18 06:26:12 -0400 |
commit | 0e55a004b58847c53e48d846b9a4570b1587c382 (patch) | |
tree | 1eb79c0a971ecd6db645aea3f2f9037ed7c49343 /security | |
parent | 64dbf07474d011540ca479a2e87fe998f570d6e3 (diff) |
selinux/ss/services.c should #include <linux/selinux.h>
Every file should include the headers containing the externs for its global
code.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'security')
-rw-r--r-- | security/selinux/ss/services.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/selinux/ss/services.c b/security/selinux/ss/services.c index eefa89ce77a7..098c96b6f9de 100644 --- a/security/selinux/ss/services.c +++ b/security/selinux/ss/services.c | |||
@@ -40,6 +40,7 @@ | |||
40 | #include <linux/sched.h> | 40 | #include <linux/sched.h> |
41 | #include <linux/audit.h> | 41 | #include <linux/audit.h> |
42 | #include <linux/mutex.h> | 42 | #include <linux/mutex.h> |
43 | #include <linux/selinux.h> | ||
43 | #include <net/netlabel.h> | 44 | #include <net/netlabel.h> |
44 | 45 | ||
45 | #include "flask.h" | 46 | #include "flask.h" |