aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-02-27 16:20:42 -0500
committerJames Morris <jmorris@namei.org>2008-04-18 06:26:06 -0400
commitd4ee4231a3a8731576ef0e0a7e1225e4fde1e659 (patch)
treec7d265135f1cbfabf7eaa8bb31bcc56120d2e022 /security/selinux
parent454d972c24e6efce3d7b07a97f1ad18b14845de9 (diff)
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/selinux')
-rw-r--r--security/selinux/netlabel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/selinux/netlabel.c b/security/selinux/netlabel.c
index ccf71f69a185..e8ee91ac12ef 100644
--- a/security/selinux/netlabel.c
+++ b/security/selinux/netlabel.c
@@ -34,6 +34,7 @@
34 34
35#include "objsec.h" 35#include "objsec.h"
36#include "security.h" 36#include "security.h"
37#include "netlabel.h"
37 38
38/** 39/**
39 * selinux_netlbl_sidlookup_cached - Cache a SID lookup 40 * selinux_netlbl_sidlookup_cached - Cache a SID lookup