aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--sysdeps/unix/mips/sysdep.S1
2 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a95b10766..b283984d4b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2003-03-28 Alexandre Oliva <aoliva@redhat.com>
+ * sysdeps/unix/mips/sysdep.S: Include sys/asm.h.
+
* sysdeps/unix/sysv/linux/mips/configure: Rebuilt.
2003-03-27 Ulrich Drepper <drepper@redhat.com>
diff --git a/sysdeps/unix/mips/sysdep.S b/sysdeps/unix/mips/sysdep.S
index 09e8a0ac7a..8c23b4f1e2 100644
--- a/sysdeps/unix/mips/sysdep.S
+++ b/sysdeps/unix/mips/sysdep.S
@@ -21,6 +21,7 @@
#include <sysdep.h>
#define _ERRNO_H
#include <bits/errno.h>
+#include <sys/asm.h>
#ifdef _LIBC_REENTRANT