aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/include/asm/sigcontext.h
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-31 11:22:18 +0530
committerJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-02-01 11:01:26 +0530
commitae612fb05b0f60ff58e2a86eea46dc99532d62c5 (patch)
tree591071f9c410ef3cc5f5f6aa2f38045cf336a701 /arch/mips/include/asm/sigcontext.h
parentd8cbec15af88e067f33cb78efad15d581fa79b12 (diff)
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 <linux/types.h> Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Diffstat (limited to 'arch/mips/include/asm/sigcontext.h')
-rw-r--r--arch/mips/include/asm/sigcontext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/include/asm/sigcontext.h b/arch/mips/include/asm/sigcontext.h
index 9ce0607d7a4..9e89cf99d4e 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 <linux/types.h>
#include <asm/sgidefs.h>
#if _MIPS_SIM == _MIPS_SIM_ABI32