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>
This commit is contained in:
Vegard Nossum 2008-05-27 21:03:46 +02:00 committed by Ingo Molnar
parent 4e09e21ccb
commit 83bea8e1fa
1 changed files with 1 additions and 0 deletions

View File

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