From 3e60b5f2346c59715a62e225eb4b9c64c285852c 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: Include sys/asm.h. --- ChangeLog | 2 ++ sysdeps/unix/mips/sysdep.S | 1 + 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9a95b10..b283984 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2003-03-28 Alexandre Oliva + * sysdeps/unix/mips/sysdep.S: Include sys/asm.h. + * sysdeps/unix/sysv/linux/mips/configure: Rebuilt. 2003-03-27 Ulrich Drepper 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