summaryrefslogtreecommitdiff
path: root/libgfortran/io/file_pos.c
diff options
context:
space:
mode:
authorjb <jb@138bc75d-0d04-0410-961f-82ee72b054a4>2009-11-02 21:52:59 +0000
committerjb <jb@138bc75d-0d04-0410-961f-82ee72b054a4>2009-11-02 21:52:59 +0000
commitf65f6629c1b7adae8d06582111f02e58b609a3c1 (patch)
treea5e5ed3ef3340883b852b6a60b5d5922779e68b1 /libgfortran/io/file_pos.c
parent2f9618b6872af8b00abafe59354025f2847a4fd0 (diff)
downloadgcc-f65f6629c1b7adae8d06582111f02e58b609a3c1.tar.gz
Split up io/io.h
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@153825 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/io/file_pos.c')
-rw-r--r--libgfortran/io/file_pos.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libgfortran/io/file_pos.c b/libgfortran/io/file_pos.c
index c1690173658..f7d94996163 100644
--- a/libgfortran/io/file_pos.c
+++ b/libgfortran/io/file_pos.c
@@ -23,6 +23,8 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
<http://www.gnu.org/licenses/>. */
#include "io.h"
+#include "fbuf.h"
+#include "unix.h"
#include <string.h>
/* file_pos.c-- Implement the file positioning statements, i.e. BACKSPACE,