Impact: cleanup 'make headers_check' warn us about lack of linux/types.h here. Lets add it. Signed-off-by: Cyrill Gorcunov --- --- arch/x86/include/asm/sigcontext32.h | 2 ++ 1 file changed, 2 insertions(+) Index: linux-2.6.git/arch/x86/include/asm/sigcontext32.h =================================================================== --- linux-2.6.git.orig/arch/x86/include/asm/sigcontext32.h +++ linux-2.6.git/arch/x86/include/asm/sigcontext32.h @@ -1,6 +1,8 @@ #ifndef _ASM_X86_SIGCONTEXT32_H #define _ASM_X86_SIGCONTEXT32_H +#include + /* signal context for 32bit programs. */ #define X86_FXSR_MAGIC 0x0000 -- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/