Skip to content

Commit

Permalink
Smack: include magic.h in smackfs.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Casey Schaufler authored and James Morris committed Apr 3, 2013
1 parent 094f7b6 commit 958d2c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions security/smack/smackfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include <linux/seq_file.h>
#include <linux/ctype.h>
#include <linux/audit.h>
#include <linux/magic.h>
#include "smack.h"

/*
Expand Down

0 comments on commit 958d2c2

Please sign in to comment.