diff options
Diffstat (limited to 'include/asm-mips64/elf.h')
-rw-r--r-- | include/asm-mips64/elf.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/asm-mips64/elf.h b/include/asm-mips64/elf.h index f7724d9c8..80e08fa5e 100644 --- a/include/asm-mips64/elf.h +++ b/include/asm-mips64/elf.h @@ -1,4 +1,4 @@ -/* $Id$ +/* $Id: elf.h,v 1.3 2000/01/17 23:32:47 ralf Exp $ * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive @@ -7,6 +7,9 @@ #ifndef _ASM_ELF_H #define _ASM_ELF_H +#include <asm/ptrace.h> +#include <asm/user.h> + #ifndef ELF_ARCH /* ELF register definitions */ #define ELF_NGREG 45 |