diff options
Diffstat (limited to 'gcc/f/proj.h')
-rw-r--r-- | gcc/f/proj.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gcc/f/proj.h b/gcc/f/proj.h index 8cf54c96a0d..0896bdf32c0 100644 --- a/gcc/f/proj.h +++ b/gcc/f/proj.h @@ -24,12 +24,14 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #ifndef GCC_F_PROJ_H #define GCC_F_PROJ_H -#ifdef USE_HCONFIG -#include "hconfig.h" +#ifdef USE_BCONFIG +#include "bconfig.h" #else #include "config.h" #endif #include "system.h" +#include "coretypes.h" +#include "tm.h" #if (GCC_VERSION < 2000) #error "You have to use gcc 2.x to build g77." |