Skip to content

Commit

Permalink
selinux: sparse fix: include selinux.h in exports.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
James Morris committed Sep 9, 2011
1 parent 6a3fbe8 commit 0ff53f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions security/selinux/exports.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* as published by the Free Software Foundation.
*/
#include <linux/module.h>
#include <linux/selinux.h>

#include "security.h"

Expand Down

0 comments on commit 0ff53f5

Please sign in to comment.