projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64dbf07
)
selinux/ss/services.c should #include <linux/selinux.h>
author
Adrian Bunk
<bunk@kernel.org>
Sun, 30 Mar 2008 22:54:02 +0000
(
01:54
+0300)
committer
James Morris
<jmorris@namei.org>
Fri, 18 Apr 2008 10:26:12 +0000
(20:26 +1000)
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>
security/selinux/ss/services.c
patch
|
blob
|
history
diff --git
a/security/selinux/ss/services.c
b/security/selinux/ss/services.c
index eefa89ce77a70edcfbce7aab17c475dbaa1d5c5c..098c96b6f9deb585065fbcf99c7fb9bb8b5d7d3f 100644
(file)
--- a/
security/selinux/ss/services.c
+++ b/
security/selinux/ss/services.c
@@
-40,6
+40,7
@@
#include <linux/sched.h>
#include <linux/audit.h>
#include <linux/mutex.h>
+#include <linux/selinux.h>
#include <net/netlabel.h>
#include "flask.h"