summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/mips/syscall_error.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/mips/syscall_error.S')
-rw-r--r--libc/sysdeps/linux/mips/syscall_error.S2
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__