diff options
Diffstat (limited to 'gcc/genrecog.c')
-rw-r--r-- | gcc/genrecog.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/genrecog.c b/gcc/genrecog.c index 49d4a4e..4d3d749 100644 --- a/gcc/genrecog.c +++ b/gcc/genrecog.c @@ -1903,6 +1903,7 @@ from the machine description file `md'. */\n\n"); printf ("#include \"config.h\"\n"); printf ("#include \"system.h\"\n"); printf ("#include \"rtl.h\"\n"); + printf ("#include \"tm_p.h\"\n"); printf ("#include \"function.h\"\n"); printf ("#include \"insn-config.h\"\n"); printf ("#include \"recog.h\"\n"); |