dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
James Morris 2011-08-30 12:36:39 +10:00
parent 6a3fbe8117
commit 0ff53f5ddb
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
* as published by the Free Software Foundation.
*/
#include <linux/module.h>
#include <linux/selinux.h>
#include "security.h"