From 7f4db7c80779ecbc57d1146654daf0acfe18de66 Mon Sep 17 00:00:00 2001 From: rus Date: Mon, 9 Nov 2009 20:58:24 +0000 Subject: merge from trunk git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/profile-stdlib@154052 138bc75d-0d04-0410-961f-82ee72b054a4 --- libgfortran/io/file_pos.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libgfortran/io/file_pos.c') 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 . */ #include "io.h" +#include "fbuf.h" +#include "unix.h" #include /* file_pos.c-- Implement the file positioning statements, i.e. BACKSPACE, -- cgit v1.2.1