diff options
author | Janne Blomqvist <jb@gcc.gnu.org> | 2009-11-02 23:52:59 +0200 |
---|---|---|
committer | Janne Blomqvist <jb@gcc.gnu.org> | 2009-11-02 23:52:59 +0200 |
commit | 92cbdb684563b23b5832c84bb331fe6386955cee (patch) | |
tree | a5e5ed3ef3340883b852b6a60b5d5922779e68b1 /libgfortran/io/unix.c | |
parent | 2265f646133c5e7dafc708d6889519a1588d5e69 (diff) | |
download | gcc-92cbdb684563b23b5832c84bb331fe6386955cee.zip gcc-92cbdb684563b23b5832c84bb331fe6386955cee.tar.gz gcc-92cbdb684563b23b5832c84bb331fe6386955cee.tar.bz2 |
Split up io/io.h
From-SVN: r153825
Diffstat (limited to 'libgfortran/io/unix.c')
-rw-r--r-- | libgfortran/io/unix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgfortran/io/unix.c b/libgfortran/io/unix.c index 4ecba3a..d385b04 100644 --- a/libgfortran/io/unix.c +++ b/libgfortran/io/unix.c @@ -27,6 +27,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see /* Unix stream I/O module */ #include "io.h" +#include "unix.h" #include <stdlib.h> #include <limits.h> |