commit | d10577a8d86a0c735488d66d32289a6d66bcfa20 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Dec 07 13:06:11 2011 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Jan 03 22:57:13 2012 -0500 |
tree | a38b3606fb863064eb89166f6a3115f7c5eccfd7 | |
parent | be08d6d260b6e7eb346162a1081cdf5f94fda569 [diff] |
vfs: trim includes a bit [folded fix for missing magic.h from Tetsuo Handa] Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/security/tomoyo/realpath.c b/security/tomoyo/realpath.c index 2cb5db5..80a09c3 100644 --- a/security/tomoyo/realpath.c +++ b/security/tomoyo/realpath.c
@@ -5,6 +5,7 @@ */ #include "common.h" +#include <linux/magic.h> /** * tomoyo_encode2 - Encode binary string to ascii string.