* runtime/main.c: Include "config.h" first.
From-SVN: r122994
This commit is contained in:
parent
21d59fffee
commit
b24e9b3902
@ -1,3 +1,7 @@
|
||||
2007-03-16 David Edelsohn <edelsohn@gnu.org>
|
||||
|
||||
* runtime/main.c: Include "config.h" first.
|
||||
|
||||
2007-03-15 Jerry DeLisle <jvdelisle@gcc.gnu.org>
|
||||
|
||||
PR libgfortran/31099
|
||||
|
@ -27,6 +27,7 @@ along with libgfortran; see the file COPYING. If not, write to
|
||||
the Free Software Foundation, 51 Franklin Street, Fifth Floor,
|
||||
Boston, MA 02110-1301, USA. */
|
||||
|
||||
#include "config.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
@ -34,7 +35,6 @@ Boston, MA 02110-1301, USA. */
|
||||
#include <stddef.h>
|
||||
#include <limits.h>
|
||||
|
||||
#include "config.h"
|
||||
#include "libgfortran.h"
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
|
Loading…
Reference in New Issue
Block a user