summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2009-01-14 23:37:49 +0300
committerH. Peter Anvin <hpa@linux.intel.com>2009-01-14 14:24:22 -0800
commita7c4e68615e20771f279c51a2bec8980675c78c7 (patch)
treed5fff2efe404259749143cdc2f75bf64876276f2 /arch/x86/include
parent444027031cd069ea7e48b016cb33bbf201c8a9f0 (diff)
downloadop-kernel-dev-a7c4e68615e20771f279c51a2bec8980675c78c7.zip
op-kernel-dev-a7c4e68615e20771f279c51a2bec8980675c78c7.tar.gz
x86: headers cleanup - sigcontext32.h
Impact: cleanup 'make headers_check' warn us about lack of linux/types.h here. Lets add it. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'arch/x86/include')
-rw-r--r--arch/x86/include/asm/sigcontext32.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/sigcontext32.h b/arch/x86/include/asm/sigcontext32.h
index 6126188..ad1478c 100644
--- a/arch/x86/include/asm/sigcontext32.h
+++ b/arch/x86/include/asm/sigcontext32.h
@@ -1,6 +1,8 @@
#ifndef _ASM_X86_SIGCONTEXT32_H
#define _ASM_X86_SIGCONTEXT32_H
+#include <linux/types.h>
+
/* signal context for 32bit programs. */
#define X86_FXSR_MAGIC 0x0000
OpenPOWER on IntegriCloud