diff options
author | Vegard Nossum <vegard.nossum@gmail.com> | 2008-05-27 21:03:46 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-06-02 12:45:28 +0200 |
commit | 83bea8e1fa0c47b30664b6f92397c016c22f77fb (patch) | |
tree | 09955804e2e48b551dd8b975c2d2daef8873a25d | |
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>
-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 @@ #ifndef _ASM_SECCOMP_H +#define _ASM_SECCOMP_H #include <linux/thread_info.h> |