Skip to content

Commit

Permalink
selinux: selinux/netlabel.c should #include "netlabel.h"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and James Morris committed Apr 18, 2008
1 parent 454d972 commit d4ee423
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions security/selinux/netlabel.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@

#include "objsec.h"
#include "security.h"
#include "netlabel.h"

/**
* selinux_netlbl_sidlookup_cached - Cache a SID lookup
Expand Down

0 comments on commit d4ee423

Please sign in to comment.