summaryrefslogtreecommitdiff
path: root/libgfortran/io/endfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgfortran/io/endfile.c')
-rw-r--r--libgfortran/io/endfile.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libgfortran/io/endfile.c b/libgfortran/io/endfile.c
index d8462a3faed..76a1c34a04d 100644
--- a/libgfortran/io/endfile.c
+++ b/libgfortran/io/endfile.c
@@ -24,6 +24,9 @@ Boston, MA 02111-1307, USA. */
/* endfile.c-- Implement the ENDFILE statement */
+extern void st_endfile (void);
+export_proto(st_endfile);
+
void
st_endfile (void)
{