Skip to content

Commit

Permalink
selinux/ss/services.c should #include <linux/selinux.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>
Signed-off-by: James Morris <jmorris@namei.org>
  • Loading branch information
Adrian Bunk authored and James Morris committed Apr 18, 2008
1 parent 64dbf07 commit 0e55a00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions security/selinux/ss/services.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0e55a00

Please sign in to comment.