* runtime/main.c: Include "config.h" first.

From-SVN: r122994
This commit is contained in:
David Edelsohn 2007-03-16 15:50:19 +00:00 committed by David Edelsohn
parent 21d59fffee
commit b24e9b3902
2 changed files with 5 additions and 1 deletions

View File

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

View File

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