Commit 0e55a004 authored by Adrian Bunk's avatar Adrian Bunk Committed by James Morris

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: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarJames Morris <jmorris@namei.org>
parent 64dbf074
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment