diff options
Diffstat (limited to 'gcc/fortran/parse.c')
-rw-r--r-- | gcc/fortran/parse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/fortran/parse.c b/gcc/fortran/parse.c index 54c6fc1..ad4e89e 100644 --- a/gcc/fortran/parse.c +++ b/gcc/fortran/parse.c @@ -23,6 +23,7 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include <setjmp.h> +#include "coretypes.h" #include "gfortran.h" #include "match.h" #include "parse.h" |