Add errno, for binutils.
authorJohn Gilmore <gnu@cygnus>
Tue, 8 Oct 1991 22:28:10 +0000 (22:28 +0000)
committerJohn Gilmore <gnu@cygnus>
Tue, 8 Oct 1991 22:28:10 +0000 (22:28 +0000)
bfd/hosts/i386mach.h

index 75fef74fe791f1c0b469720aa9499406c23e715d..6b6c9cef31da92915010a9db837c5a5facd270a1 100644 (file)
@@ -1,5 +1,6 @@
 #include <fcntl.h>
 #include <errno.h>
+extern int errno;              /* <errno.h> forgets to do this... */
 #include <stdio.h>
 #include <sys/types.h>
 #include <sys/stat.h>