* runtime/main.c: Include "config.h" first.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 Mar 2007 15:50:19 +0000 (15:50 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 Mar 2007 15:50:19 +0000 (15:50 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122994 138bc75d-0d04-0410-961f-82ee72b054a4

libgfortran/ChangeLog
libgfortran/runtime/main.c

index dfd8da7..4000a34 100644 (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
index 76e4aef..a731af2 100644 (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