diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index d8edfc644ee2..df7c86909de1 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2015-07-02 David Edelsohn + + * trans-common.c: Include after system.h. + 2015-07-02 Paul Thomas PR fortran/52846 diff --git a/gcc/fortran/trans-common.c b/gcc/fortran/trans-common.c index 572fcb23f592..cad846a08dd6 100644 --- a/gcc/fortran/trans-common.c +++ b/gcc/fortran/trans-common.c @@ -92,9 +92,11 @@ along with GCC; see the file COPYING3. If not see is examined for still-unused equivalence conditions. We create a block for each merged equivalence list. */ -#include #include "config.h" #include "system.h" + +#include + #include "coretypes.h" #include "tm.h" #include "alias.h"