diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-02-27 23:20:42 +0200 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2008-04-18 20:26:06 +1000 |
commit | d4ee4231a3a8731576ef0e0a7e1225e4fde1e659 (patch) | |
tree | c7d265135f1cbfabf7eaa8bb31bcc56120d2e022 /security | |
parent | 454d972c24e6efce3d7b07a97f1ad18b14845de9 (diff) | |
download | linux-3.10-d4ee4231a3a8731576ef0e0a7e1225e4fde1e659.tar.gz linux-3.10-d4ee4231a3a8731576ef0e0a7e1225e4fde1e659.tar.bz2 linux-3.10-d4ee4231a3a8731576ef0e0a7e1225e4fde1e659.zip |
selinux: selinux/netlabel.c should #include "netlabel.h"
Every file should include the headers containing the externs for its
global code.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Paul Moore <paul.moore@hp.com>
Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'security')
-rw-r--r-- | security/selinux/netlabel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/selinux/netlabel.c b/security/selinux/netlabel.c index ccf71f69a18..e8ee91ac12e 100644 --- a/security/selinux/netlabel.c +++ b/security/selinux/netlabel.c @@ -34,6 +34,7 @@ #include "objsec.h" #include "security.h" +#include "netlabel.h" /** * selinux_netlbl_sidlookup_cached - Cache a SID lookup |