diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-12-11 01:43:58 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-12-12 02:46:24 +0100 |
commit | b723782587067d0d76344e9bdc934ca495aa8f0f (patch) | |
tree | 6635c8ab291c5394eb0513942eb49a4f922db8ed /include/asm-mips | |
parent | [PATCH] Fix typo in 'EXPERIMENTAL' in CC_STACKPROTECTOR on x86_64 (diff) | |
download | linux-b723782587067d0d76344e9bdc934ca495aa8f0f.tar.xz linux-b723782587067d0d76344e9bdc934ca495aa8f0f.zip |
[MIPS] compat.h uses struct pt_regs so needs to include ptrace.h.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips')
-rw-r--r-- | include/asm-mips/compat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-mips/compat.h b/include/asm-mips/compat.h index 55a0152feb08..432653d7ae09 100644 --- a/include/asm-mips/compat.h +++ b/include/asm-mips/compat.h @@ -5,6 +5,7 @@ */ #include <linux/types.h> #include <asm/page.h> +#include <asm/ptrace.h> #define COMPAT_USER_HZ 100 |