diff options
author | Michael Meissner <meissner@gcc.gnu.org> | 1992-03-14 22:41:32 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 1992-03-14 22:41:32 +0000 |
commit | b2869d95aced60f84258092f5f7675571a21e49c (patch) | |
tree | 56b5d88b675baa3999a63f75ded455b40df72639 /gcc | |
parent | 9e0a5ab09b93d4513fce799088d321f43278e37f (diff) | |
download | gcc-b2869d95aced60f84258092f5f7675571a21e49c.zip gcc-b2869d95aced60f84258092f5f7675571a21e49c.tar.gz gcc-b2869d95aced60f84258092f5f7675571a21e49c.tar.bz2 |
*** empty log message ***
From-SVN: r490
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/mips-tdump.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/mips-tdump.c b/gcc/mips-tdump.c index bcaf83b..ee46ec9 100644 --- a/gcc/mips-tdump.c +++ b/gcc/mips-tdump.c @@ -22,6 +22,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <stdio.h> #include <sys/types.h> #include <sys/file.h> +#include <fcntl.h> #include <errno.h> #include <a.out.h> #include "config.h" |