diff options
author | John Gilmore <gnu@cygnus> | 1991-10-08 22:28:10 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-10-08 22:28:10 +0000 |
commit | 243f4d0af1c2c885b7bfaa00054ba6b95e10eb8a (patch) | |
tree | d3c99330113da5879873f49baf93e406d085becd | |
parent | 398eef0a8d7e48741668e0a1093a5af3d9ed2154 (diff) | |
download | gdb-243f4d0af1c2c885b7bfaa00054ba6b95e10eb8a.zip gdb-243f4d0af1c2c885b7bfaa00054ba6b95e10eb8a.tar.gz gdb-243f4d0af1c2c885b7bfaa00054ba6b95e10eb8a.tar.bz2 |
Add errno, for binutils.
-rw-r--r-- | bfd/hosts/i386mach.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/hosts/i386mach.h b/bfd/hosts/i386mach.h index 75fef74..6b6c9ce 100644 --- a/bfd/hosts/i386mach.h +++ b/bfd/hosts/i386mach.h @@ -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> |