selinux/ss/services.c should #include <linux/selinux.h>
authorAdrian Bunk <bunk@kernel.org>
Sun, 30 Mar 2008 22:54:02 +0000 (01:54 +0300)
committerJames Morris <jmorris@namei.org>
Fri, 18 Apr 2008 10:26:12 +0000 (20:26 +1000)
commit0e55a004b58847c53e48d846b9a4570b1587c382
tree1eb79c0a971ecd6db645aea3f2f9037ed7c49343
parent64dbf07474d011540ca479a2e87fe998f570d6e3
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>
security/selinux/ss/services.c