From: Jaswinder Singh Rajput Date: Sat, 31 Jan 2009 05:52:18 +0000 (+0530) Subject: headers_check fix: mips, sigcontext.h X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=ae612fb05b0f60ff58e2a86eea46dc99532d62c5;p=deliverable%2Flinux.git headers_check fix: mips, sigcontext.h fix the following 'make headers_check' warning: usr/include/asm-mips/sigcontext.h:57: found __[us]{8,16,32,64} type without #include Signed-off-by: Jaswinder Singh Rajput --- diff --git a/arch/mips/include/asm/sigcontext.h b/arch/mips/include/asm/sigcontext.h index 9ce0607d7a4e..9e89cf99d4e4 100644 --- a/arch/mips/include/asm/sigcontext.h +++ b/arch/mips/include/asm/sigcontext.h @@ -9,6 +9,7 @@ #ifndef _ASM_SIGCONTEXT_H #define _ASM_SIGCONTEXT_H +#include #include #if _MIPS_SIM == _MIPS_SIM_ABI32