diff options
author | James Morris <jmorris@namei.org> | 2011-08-29 22:36:39 -0400 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2011-09-09 19:56:32 -0400 |
commit | 0ff53f5ddbaebeac1c2735125901275acc1fecc6 (patch) | |
tree | 7ceff5b004c1ae4e873002dc59be1ae6c4e7de14 /security/selinux | |
parent | 6a3fbe81179c85eb53054a0f4c8423ffec0276a7 (diff) |
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: James Morris <jmorris@namei.org>
Diffstat (limited to 'security/selinux')
-rw-r--r-- | security/selinux/exports.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/selinux/exports.c b/security/selinux/exports.c index 90664385dead..e75dd94e2d2b 100644 --- a/security/selinux/exports.c +++ b/security/selinux/exports.c | |||
@@ -12,6 +12,7 @@ | |||
12 | * as published by the Free Software Foundation. | 12 | * as published by the Free Software Foundation. |
13 | */ | 13 | */ |
14 | #include <linux/module.h> | 14 | #include <linux/module.h> |
15 | #include <linux/selinux.h> | ||
15 | 16 | ||
16 | #include "security.h" | 17 | #include "security.h" |
17 | 18 | ||