diff options
Diffstat (limited to 'gcc/fortran/f95-lang.c')
-rw-r--r-- | gcc/fortran/f95-lang.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/fortran/f95-lang.c b/gcc/fortran/f95-lang.c index f32b786b161..23eca0779fe 100644 --- a/gcc/fortran/f95-lang.c +++ b/gcc/fortran/f95-lang.c @@ -25,6 +25,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA /* declare required prototypes: */ #include "config.h" +#include "system.h" #include "ansidecl.h" #include "system.h" #include "coretypes.h" @@ -49,8 +50,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "trans-types.h" #include "trans-const.h" -#include <stdio.h> - /* Language-dependent contents of an identifier. */ struct lang_identifier |