summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/f/proj.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/f/proj.h')
-rw-r--r--contrib/gcc/f/proj.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/gcc/f/proj.h b/contrib/gcc/f/proj.h
index 8cf54c9..0896bdf 100644
--- a/contrib/gcc/f/proj.h
+++ b/contrib/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."
OpenPOWER on IntegriCloud