projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cfe17f
)
Missing bit of previous patch.
author
Aaron W. LaFramboise
<aaronavay62@aaronwl.com>
Sat, 30 Oct 2004 15:15:27 +0000
(15:15 +0000)
committer
Paul Brook
<pbrook@gcc.gnu.org>
Sat, 30 Oct 2004 15:15:27 +0000
(15:15 +0000)
2004-09-15 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
* unix.c: Include stdio.h.
From-SVN: r89892
libgfortran/io/unix.c
patch
|
blob
|
history
diff --git
a/libgfortran/io/unix.c
b/libgfortran/io/unix.c
index c8b18fc96fc65958948833bfad2e8e8ff6662b71..03dc66f58d04455e2ab4f75ba3914528bbe79d93 100644
(file)
--- a/
libgfortran/io/unix.c
+++ b/
libgfortran/io/unix.c
@@
-25,6
+25,7
@@
Boston, MA 02111-1307, USA. */
#include <limits.h>
#include <unistd.h>
+#include <stdio.h>
#include <sys/stat.h>
#include <fcntl.h>