diff options
author | Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com> | 2008-12-19 01:43:34 +0300 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-12-19 02:01:22 +0300 |
commit | b2fa739c06931d167b6d2aa7b514ab7f30d04dc0 (patch) | |
tree | 122f80fdcbd6d6feb9e2fba9c45339fb7893daac /arch/x86/include/asm/sigframe.h | |
parent | 5c2628e8b4f670d0954053444289e2b018be957a (diff) | |
download | linux-b2fa739c06931d167b6d2aa7b514ab7f30d04dc0.tar.xz |
x86: sigframe.h: include headers for dependency
Impact: cleanup
Include following headers for dependency.
asm/sigcontext.h
asm/siginfo.h
asm/ucontext.h
Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/x86/include/asm/sigframe.h')
-rw-r--r-- | arch/x86/include/asm/sigframe.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/include/asm/sigframe.h b/arch/x86/include/asm/sigframe.h index 3bd0f4276000..4e0fe26d27d3 100644 --- a/arch/x86/include/asm/sigframe.h +++ b/arch/x86/include/asm/sigframe.h @@ -1,6 +1,10 @@ #ifndef _ASM_X86_SIGFRAME_H #define _ASM_X86_SIGFRAME_H +#include <asm/sigcontext.h> +#include <asm/siginfo.h> +#include <asm/ucontext.h> + #ifdef CONFIG_X86_32 #define sigframe_ia32 sigframe #define rt_sigframe_ia32 rt_sigframe |