summaryrefslogtreecommitdiffstats
path: root/gcc/gengenrtl.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gengenrtl.c')
-rw-r--r--gcc/gengenrtl.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/gengenrtl.c b/gcc/gengenrtl.c
index 6bfd0ff77ee..b6ecfc5e7e3 100644
--- a/gcc/gengenrtl.c
+++ b/gcc/gengenrtl.c
@@ -19,8 +19,10 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
-#include "hconfig.h"
+#include "bconfig.h"
#include "system.h"
+#include "coretypes.h"
+#include "tm.h"
#define NO_GENRTL_H
#include "rtl.h"
@@ -333,6 +335,8 @@ gencode ()
puts ("#include \"config.h\"");
puts ("#include \"system.h\"");
+ puts ("#include \"coretypes.h\"");
+ puts ("#include \"tm.h\"");
puts ("#include \"obstack.h\"");
puts ("#include \"rtl.h\"");
puts ("#include \"ggc.h\"\n");
OpenPOWER on IntegriCloud