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-Url: http://git.maquefel.me/?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 18da19e89bff2..36e71c5f306f0 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