diff options
author | Cyrill Gorcunov <gorcunov@gmail.com> | 2009-01-14 23:37:49 +0300 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2009-01-14 14:24:22 -0800 |
commit | a7c4e68615e20771f279c51a2bec8980675c78c7 (patch) | |
tree | d5fff2efe404259749143cdc2f75bf64876276f2 /arch | |
parent | 444027031cd069ea7e48b016cb33bbf201c8a9f0 (diff) | |
download | blackbird-op-linux-a7c4e68615e20771f279c51a2bec8980675c78c7.tar.gz blackbird-op-linux-a7c4e68615e20771f279c51a2bec8980675c78c7.zip |
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')
-rw-r--r-- | arch/x86/include/asm/sigcontext32.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/sigcontext32.h b/arch/x86/include/asm/sigcontext32.h index 6126188cf3a9..ad1478c4ae12 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 |