diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-02-09 08:33:36 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-02-09 08:33:36 +0000 |
commit | c1c4c5e95bd91a07a7c9965080c47fa4627854eb (patch) | |
tree | b7fdfc417f49686625e872c764d09d6331da3559 /libc | |
parent | 54ebe998d5ebf7ac1337a2bfdf804c9fd060e48e (diff) |
Fix a compile error
Diffstat (limited to 'libc')
-rw-r--r-- | libc/sysdeps/linux/mips/pipe.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/mips/pipe.S b/libc/sysdeps/linux/mips/pipe.S index 039b24305..63e039ff5 100644 --- a/libc/sysdeps/linux/mips/pipe.S +++ b/libc/sysdeps/linux/mips/pipe.S @@ -5,7 +5,6 @@ #include <features.h> #include <asm/asm.h> #include <asm/unistd.h> -#include <asm/mipsregs.h> #include <asm/regdef.h> .globl pipe |