Commit 0ff53f5d authored by James Morris's avatar James Morris

selinux: sparse fix: include selinux.h in exports.c

Fix warning:
security/selinux/exports.c:18:6: warning: symbol 'selinux_is_enabled' was not declared. Should it be static?
Signed-off-by: default avatarJames Morris <jmorris@namei.org>
parent 6a3fbe81
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
* as published by the Free Software Foundation. * as published by the Free Software Foundation.
*/ */
#include <linux/module.h> #include <linux/module.h>
#include <linux/selinux.h>
#include "security.h" #include "security.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