diff options
Diffstat (limited to 'sysdeps/unix/bsd/vax/sysdep.S')
-rw-r--r-- | sysdeps/unix/bsd/vax/sysdep.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/bsd/vax/sysdep.S b/sysdeps/unix/bsd/vax/sysdep.S index 618d889742..b5b76aaba5 100644 --- a/sysdeps/unix/bsd/vax/sysdep.S +++ b/sysdeps/unix/bsd/vax/sysdep.S @@ -17,7 +17,7 @@ not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define _ERRNO_H -#include <errnos.h> +#include <bits/errno.h> .globl _errno .globl syscall_error |