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: Ubuntu-5.13.0-19.19~41566^2~251^6~20 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=83bea8e1fa0c47b30664b6f92397c016c22f77fb;p=mirror_ubuntu-jammy-kernel.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