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 75fef74..6b6c9ce 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>