Browse Source

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>
Vegard Nossum 17 years ago
parent
commit
83bea8e1fa
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/asm-x86/seccomp_32.h

+ 1 - 0
include/asm-x86/seccomp_32.h

@@ -1,4 +1,5 @@
 #ifndef _ASM_SECCOMP_H
+#define _ASM_SECCOMP_H
 
 #include <linux/thread_info.h>