diff options
Diffstat (limited to 'libc/sysdeps/linux')
| -rw-r--r-- | libc/sysdeps/linux/mips/syscall_error.S | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/libc/sysdeps/linux/mips/syscall_error.S b/libc/sysdeps/linux/mips/syscall_error.S index ca4a47800..c96b6ed12 100644 --- a/libc/sysdeps/linux/mips/syscall_error.S +++ b/libc/sysdeps/linux/mips/syscall_error.S @@ -20,7 +20,7 @@  #include <sys/asm.h>  #include <sysdep.h> -#include <bits/errno_values.h> +#include <bits/errno.h>  #ifdef __UCLIBC_HAS_THREADS__ | 
