From: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com> Date: Thu, 18 Dec 2008 22:43:34 +0000 (-0800) Subject: x86: sigframe.h: include headers for dependency X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b2fa739c06931d167b6d2aa7b514ab7f30d04dc0;p=linux.git 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> --- diff --git a/arch/x86/include/asm/sigframe.h b/arch/x86/include/asm/sigframe.h index 3bd0f4276000c..4e0fe26d27d34 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