diff options
Diffstat (limited to 'gcc/genemit.c')
-rw-r--r-- | gcc/genemit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/genemit.c b/gcc/genemit.c index 9dc2d0bcd14..5f30f4223af 100644 --- a/gcc/genemit.c +++ b/gcc/genemit.c @@ -809,6 +809,7 @@ from the machine description file `md'. */\n\n"); printf ("#include \"input.h\"\n"); printf ("#include \"function.h\"\n"); printf ("#include \"expr.h\"\n"); + printf ("#include \"insn-codes.h\"\n"); printf ("#include \"optabs.h\"\n"); printf ("#include \"dfp.h\"\n"); printf ("#include \"flags.h\"\n"); |