diff options
Diffstat (limited to 'libc/sysdeps/linux/common/bits/errno.h')
-rw-r--r-- | libc/sysdeps/linux/common/bits/errno.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/bits/errno.h b/libc/sysdeps/linux/common/bits/errno.h index 78e8c6972..a5ac1a47f 100644 --- a/libc/sysdeps/linux/common/bits/errno.h +++ b/libc/sysdeps/linux/common/bits/errno.h @@ -22,7 +22,7 @@ # undef EDOM # undef EILSEQ # undef ERANGE -# include <bits/errno_values.h> +# include <linux/errno.h> /* Linux has no ENOTSUP error code. */ # define ENOTSUP EOPNOTSUPP |