diff options
Diffstat (limited to 'gcc/genemit.c')
-rw-r--r-- | gcc/genemit.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/genemit.c b/gcc/genemit.c index 4ab372d9e10..cda3fce8750 100644 --- a/gcc/genemit.c +++ b/gcc/genemit.c @@ -795,6 +795,15 @@ from the machine description file `md'. */\n\n"); printf ("#include \"system.h\"\n"); printf ("#include \"coretypes.h\"\n"); printf ("#include \"tm.h\"\n"); + printf ("#include \"hash-set.h\"\n"); + printf ("#include \"machmode.h\"\n"); + printf ("#include \"vec.h\"\n"); + printf ("#include \"double-int.h\"\n"); + printf ("#include \"input.h\"\n"); + printf ("#include \"alias.h\"\n"); + printf ("#include \"symtab.h\"\n"); + printf ("#include \"wide-int.h\"\n"); + printf ("#include \"inchash.h\"\n"); printf ("#include \"tree.h\"\n"); printf ("#include \"varasm.h\"\n"); printf ("#include \"stor-layout.h\"\n"); |