Commit a0124624 by Francois-Xavier Coudert Committed by François-Xavier Coudert

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

From-SVN: r128442
parent b693daa7
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
......
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment