Browse Source

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>
James Morris 14 years ago
parent
commit
0ff53f5ddb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      security/selinux/exports.c

+ 1 - 0
security/selinux/exports.c

@@ -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"