OSDN Git Service

Missing bit of previous patch.
authorpbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 30 Oct 2004 15:15:27 +0000 (15:15 +0000)
committerpbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 30 Oct 2004 15:15:27 +0000 (15:15 +0000)
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

libgfortran/io/unix.c

index c8b18fc..03dc66f 100644 (file)
@@ -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>