diff options
author | Casey Schaufler <casey@schaufler-ca.com> | 2013-04-02 14:41:18 -0400 |
---|---|---|
committer | James Morris <james.l.morris@oracle.com> | 2013-04-02 22:13:51 -0400 |
commit | 958d2c2f4ad905e3ffa1711d19184d21d9b00cc1 (patch) | |
tree | ce0f8df43c4b7984798f03944b06adba6b3abe42 /security | |
parent | 094f7b69ea738d7d619cba449d2af97159949459 (diff) |
Smack: include magic.h in smackfs.c
As reported for linux-next: Tree for Apr 2 (smack)
Add the required include for smackfs.c
Signed-off-by: Casey Schaufler <casey@schaufler-ca.com>
Reported-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: James Morris <james.l.morris@oracle.com>
Diffstat (limited to 'security')
-rw-r--r-- | security/smack/smackfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/smack/smackfs.c b/security/smack/smackfs.c index 2479a41a7dff..53a08b85bda4 100644 --- a/security/smack/smackfs.c +++ b/security/smack/smackfs.c | |||
@@ -26,6 +26,7 @@ | |||
26 | #include <linux/seq_file.h> | 26 | #include <linux/seq_file.h> |
27 | #include <linux/ctype.h> | 27 | #include <linux/ctype.h> |
28 | #include <linux/audit.h> | 28 | #include <linux/audit.h> |
29 | #include <linux/magic.h> | ||
29 | #include "smack.h" | 30 | #include "smack.h" |
30 | 31 | ||
31 | /* | 32 | /* |