diff options
author | Casey Schaufler <casey@schaufler-ca.com> | 2013-04-02 11:41:18 -0700 |
---|---|---|
committer | James Morris <james.l.morris@oracle.com> | 2013-04-03 13:13:51 +1100 |
commit | 958d2c2f4ad905e3ffa1711d19184d21d9b00cc1 (patch) | |
tree | ce0f8df43c4b7984798f03944b06adba6b3abe42 /security | |
parent | 094f7b69ea738d7d619cba449d2af97159949459 (diff) | |
download | linux-stable-958d2c2f4ad905e3ffa1711d19184d21d9b00cc1.tar.gz linux-stable-958d2c2f4ad905e3ffa1711d19184d21d9b00cc1.tar.bz2 linux-stable-958d2c2f4ad905e3ffa1711d19184d21d9b00cc1.zip |
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 @@ #include <linux/seq_file.h> #include <linux/ctype.h> #include <linux/audit.h> +#include <linux/magic.h> #include "smack.h" /* |