diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-12-07 13:06:11 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-01-03 22:57:13 -0500 |
commit | d10577a8d86a0c735488d66d32289a6d66bcfa20 (patch) | |
tree | a38b3606fb863064eb89166f6a3115f7c5eccfd7 /security | |
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>
Diffstat (limited to 'security')
-rw-r--r-- | security/tomoyo/realpath.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/tomoyo/realpath.c b/security/tomoyo/realpath.c index 2cb5db589c9d..80a09c37cac8 100644 --- a/security/tomoyo/realpath.c +++ b/security/tomoyo/realpath.c | |||
@@ -5,6 +5,7 @@ | |||
5 | */ | 5 | */ |
6 | 6 | ||
7 | #include "common.h" | 7 | #include "common.h" |
8 | #include <linux/magic.h> | ||
8 | 9 | ||
9 | /** | 10 | /** |
10 | * tomoyo_encode2 - Encode binary string to ascii string. | 11 | * tomoyo_encode2 - Encode binary string to ascii string. |