Missing bit of previous patch.
authorAaron W. LaFramboise <aaronavay62@aaronwl.com>
Sat, 30 Oct 2004 15:15:27 +0000 (15:15 +0000)
committerPaul Brook <pbrook@gcc.gnu.org>
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.

From-SVN: r89892

libgfortran/io/unix.c

index c8b18fc96fc65958948833bfad2e8e8ff6662b71..03dc66f58d04455e2ab4f75ba3914528bbe79d93 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>