diff options
author | Vegard Nossum <vegard.nossum@gmail.com> | 2008-05-27 15:03:46 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-06-02 06:45:28 -0400 |
commit | 83bea8e1fa0c47b30664b6f92397c016c22f77fb (patch) | |
tree | 09955804e2e48b551dd8b975c2d2daef8873a25d /include/asm-x86/seccomp_32.h | |
parent | 4e09e21ccb0dfe7ee8d5641192e0072e83bd916b (diff) |
x86: fix incomplete include guard in include/asm-x86/seccomp_32.h
Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/seccomp_32.h')
-rw-r--r-- | include/asm-x86/seccomp_32.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/seccomp_32.h b/include/asm-x86/seccomp_32.h index 18da19e89bff..36e71c5f306f 100644 --- a/include/asm-x86/seccomp_32.h +++ b/include/asm-x86/seccomp_32.h | |||
@@ -1,4 +1,5 @@ | |||
1 | #ifndef _ASM_SECCOMP_H | 1 | #ifndef _ASM_SECCOMP_H |
2 | #define _ASM_SECCOMP_H | ||
2 | 3 | ||
3 | #include <linux/thread_info.h> | 4 | #include <linux/thread_info.h> |
4 | 5 | ||