diff options
| author | pbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-30 15:15:27 +0000 |
|---|---|---|
| committer | pbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-30 15:15:27 +0000 |
| commit | 91e6f54a8b4fc8646c729e5d1f44cd6037dc78f5 (patch) | |
| tree | 9398916c2cc631dbfbf100dc7836e344c3d898d8 | |
| parent | 5c4557cbda8173df6b94c5e8549dee3c13c4ca0e (diff) | |
| download | ppe42-gcc-91e6f54a8b4fc8646c729e5d1f44cd6037dc78f5.tar.gz ppe42-gcc-91e6f54a8b4fc8646c729e5d1f44cd6037dc78f5.zip | |
Missing bit of previous patch.
2004-09-15 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
* unix.c: Include stdio.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89892 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 c8b18fc96fc..03dc66f58d0 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> |

