From a9b0e91911513043188c9590acd305982fd6b1c4 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Fri, 28 Mar 2003 07:02:35 +0000 Subject: [PATCH] * sysdeps/unix/mips/sysdep.S: Include sys/asm.h. --- sysdeps/unix/mips/sysdep.S | 1 + 1 file changed, 1 insertion(+) diff --git a/sysdeps/unix/mips/sysdep.S b/sysdeps/unix/mips/sysdep.S index 09e8a0a..8c23b4f 100644 --- a/sysdeps/unix/mips/sysdep.S +++ b/sysdeps/unix/mips/sysdep.S @@ -21,6 +21,7 @@ #include #define _ERRNO_H #include +#include #ifdef _LIBC_REENTRANT -- 2.7.4