aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/transfer.c
diff options
context:
space:
mode:
authorJanne Blomqvist <jb@gcc.gnu.org>2009-11-02 23:52:59 +0200
committerJanne Blomqvist <jb@gcc.gnu.org>2009-11-02 23:52:59 +0200
commit92cbdb684563b23b5832c84bb331fe6386955cee (patch)
treea5e5ed3ef3340883b852b6a60b5d5922779e68b1 /libgfortran/io/transfer.c
parent2265f646133c5e7dafc708d6889519a1588d5e69 (diff)
downloadgcc-92cbdb684563b23b5832c84bb331fe6386955cee.zip
gcc-92cbdb684563b23b5832c84bb331fe6386955cee.tar.gz
gcc-92cbdb684563b23b5832c84bb331fe6386955cee.tar.bz2
Split up io/io.h
From-SVN: r153825
Diffstat (limited to 'libgfortran/io/transfer.c')
-rw-r--r--libgfortran/io/transfer.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libgfortran/io/transfer.c b/libgfortran/io/transfer.c
index 06a1d2e..b5f52b1 100644
--- a/libgfortran/io/transfer.c
+++ b/libgfortran/io/transfer.c
@@ -29,6 +29,9 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
/* transfer.c -- Top level handling of data transfer statements. */
#include "io.h"
+#include "fbuf.h"
+#include "format.h"
+#include "unix.h"
#include <string.h>
#include <assert.h>
#include <stdlib.h>