diff options
Diffstat (limited to 'gcc/fortran/trans-common.c')
-rw-r--r-- | gcc/fortran/trans-common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fortran/trans-common.c b/gcc/fortran/trans-common.c index 844ac1d..5881113 100644 --- a/gcc/fortran/trans-common.c +++ b/gcc/fortran/trans-common.c @@ -99,8 +99,8 @@ along with GCC; see the file COPYING3. If not see #include "target.h" #include "tree.h" #include "toplev.h" -#include "tm.h" -#include "rtl.h" +#include "tm.h" /* For rtl.h. */ +#include "rtl.h" /* For decl_default_tls_model. */ #include "gfortran.h" #include "trans.h" #include "trans-types.h" |