diff options
Diffstat (limited to 'gcc/genopinit.c')
-rw-r--r-- | gcc/genopinit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/genopinit.c b/gcc/genopinit.c index 8e00718e2f1..ee4dbf2fad9 100644 --- a/gcc/genopinit.c +++ b/gcc/genopinit.c @@ -330,6 +330,7 @@ from the machine description file `md'. */\n\n"); printf ("#include \"insn-config.h\"\n"); printf ("#include \"recog.h\"\n"); printf ("#include \"expr.h\"\n"); + printf ("#include \"optabs.h\"\n"); printf ("#include \"reload.h\"\n\n"); printf ("void\ninit_all_optabs ()\n{\n"); |