diff options
Diffstat (limited to 'gcc/fortran/constructor.c')
-rw-r--r-- | gcc/fortran/constructor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/fortran/constructor.c b/gcc/fortran/constructor.c index 600488d640f..182d00d165d 100644 --- a/gcc/fortran/constructor.c +++ b/gcc/fortran/constructor.c @@ -20,6 +20,7 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" +#include "coretypes.h" #include "gfortran.h" #include "constructor.h" |