From: dje Date: Fri, 16 Mar 2007 15:50:19 +0000 (+0000) Subject: * runtime/main.c: Include "config.h" first. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1029d1a1cfbe21637f8f0a5f81334f1ef49ade6b;p=thirdparty%2Fgcc.git * runtime/main.c: Include "config.h" first. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122994 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index dfd8da7fb55d..4000a3413ecc 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,7 @@ +2007-03-16 David Edelsohn + + * runtime/main.c: Include "config.h" first. + 2007-03-15 Jerry DeLisle PR libgfortran/31099 diff --git a/libgfortran/runtime/main.c b/libgfortran/runtime/main.c index 76e4aef724cc..a731af2c3747 100644 --- a/libgfortran/runtime/main.c +++ b/libgfortran/runtime/main.c @@ -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 #include #include @@ -34,7 +35,6 @@ Boston, MA 02110-1301, USA. */ #include #include -#include "config.h" #include "libgfortran.h" #ifdef HAVE_UNISTD_H