aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libgfortran/io/unix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgfortran/io/unix.c b/libgfortran/io/unix.c
index c8b18fc..03dc66f 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>