From: Vegard Nossum Date: Tue, 27 May 2008 19:03:46 +0000 (+0200) Subject: x86: fix incomplete include guard in include/asm-x86/seccomp_32.h X-Git-Tag: v2.6.27-rc1~1106^2~251^6~20 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=83bea8e1fa0c47b30664b6f92397c016c22f77fb;p=linux.git x86: fix incomplete include guard in include/asm-x86/seccomp_32.h Signed-off-by: Vegard Nossum Signed-off-by: Ingo Molnar --- 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