From a01246247eebd298896fa7634bb91276827aa743 Mon Sep 17 00:00:00 2001 From: Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> Date: Wed, 12 Sep 2007 16:20:27 +0000 Subject: [PATCH] * io/io.h: Include libgfortran.h first. From-SVN: r128442 --- libgfortran/ChangeLog | 4 ++++ libgfortran/io/io.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index eaf701268535..b2ab1f01a019 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,7 @@ +2007-09-12 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> + + * io/io.h: Include libgfortran.h first. + 2007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> PR libfortran/33386 diff --git a/libgfortran/io/io.h b/libgfortran/io/io.h index 18795a27e2ea..602f7b19b136 100644 --- a/libgfortran/io/io.h +++ b/libgfortran/io/io.h @@ -31,9 +31,9 @@ Boston, MA 02110-1301, USA. */ /* IO library include. */ -#include <setjmp.h> #include "libgfortran.h" +#include <setjmp.h> #include <gthr.h> /* Basic types used in data transfers. */ -- GitLab