diff options
Diffstat (limited to 'gcc/fortran/convert.c')
-rw-r--r-- | gcc/fortran/convert.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/convert.c b/gcc/fortran/convert.c index f69ea23..50e3a6a 100644 --- a/gcc/fortran/convert.c +++ b/gcc/fortran/convert.c @@ -40,7 +40,7 @@ along with GCC; see the file COPYING3. If not see #include "tree.h" #include "flags.h" #include "convert.h" -#include "toplev.h" /* For error. */ +#include "diagnostic-core.h" /* For error. */ #include "gfortran.h" #include "trans.h" |