mirror of git://gcc.gnu.org/git/gcc.git
* io/io.h: Include libgfortran.h first.
From-SVN: r128442
This commit is contained in:
parent
b693daa7a9
commit
a01246247e
|
@ -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>
|
2007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
|
||||||
|
|
||||||
PR libfortran/33386
|
PR libfortran/33386
|
||||||
|
|
|
@ -31,9 +31,9 @@ Boston, MA 02110-1301, USA. */
|
||||||
|
|
||||||
/* IO library include. */
|
/* IO library include. */
|
||||||
|
|
||||||
#include <setjmp.h>
|
|
||||||
#include "libgfortran.h"
|
#include "libgfortran.h"
|
||||||
|
|
||||||
|
#include <setjmp.h>
|
||||||
#include <gthr.h>
|
#include <gthr.h>
|
||||||
|
|
||||||
/* Basic types used in data transfers. */
|
/* Basic types used in data transfers. */
|
||||||
|
|
Loading…
Reference in New Issue