Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Hiroshi Shimamoto and committed by
H. Peter Anvin
b2fa739c 5c2628e8

+4
+4
arch/x86/include/asm/sigframe.h
··· 1 1 #ifndef _ASM_X86_SIGFRAME_H 2 2 #define _ASM_X86_SIGFRAME_H 3 3 4 + #include <asm/sigcontext.h> 5 + #include <asm/siginfo.h> 6 + #include <asm/ucontext.h> 7 + 4 8 #ifdef CONFIG_X86_32 5 9 #define sigframe_ia32 sigframe 6 10 #define rt_sigframe_ia32 rt_sigframe