diff options
Diffstat (limited to 'sysdeps/unix/mips/sysdep.S')
-rw-r--r-- | sysdeps/unix/mips/sysdep.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/mips/sysdep.S b/sysdeps/unix/mips/sysdep.S index f17ba44341..1791801ec5 100644 --- a/sysdeps/unix/mips/sysdep.S +++ b/sysdeps/unix/mips/sysdep.S @@ -18,7 +18,7 @@ Cambridge, MA 02139, USA. */ #include <sysdep.h> #define _ERRNO_H -#include <errnos.h> +#include <bits/errno.h> /* .globl errno */ .set noreorder |