aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io
diff options
context:
space:
mode:
authorAaron W. LaFramboise <aaronavay62@aaronwl.com>2004-10-30 15:15:27 +0000
committerPaul Brook <pbrook@gcc.gnu.org>2004-10-30 15:15:27 +0000
commit47289a4e33c86f8462ed2143259a045b594e6e4f (patch)
tree9398916c2cc631dbfbf100dc7836e344c3d898d8 /libgfortran/io
parent8cfe17f951daeaeb8cc5e8c2ec765869f22a7abb (diff)
downloadgcc-47289a4e33c86f8462ed2143259a045b594e6e4f.zip
gcc-47289a4e33c86f8462ed2143259a045b594e6e4f.tar.gz
gcc-47289a4e33c86f8462ed2143259a045b594e6e4f.tar.bz2
Missing bit of previous patch.
2004-09-15 Aaron W. LaFramboise <aaronavay62@aaronwl.com> * unix.c: Include stdio.h. From-SVN: r89892
Diffstat (limited to 'libgfortran/io')
-rw-r--r--libgfortran/io/unix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgfortran/io/unix.c b/libgfortran/io/unix.c
index c8b18fc..03dc66f 100644
--- 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>