* io/io.h: Include libgfortran.h first.

From-SVN: r128442
This commit is contained in:
Francois-Xavier Coudert 2007-09-12 16:20:27 +00:00 committed by François-Xavier Coudert
parent b693daa7a9
commit a01246247e
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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. */