diff options
Diffstat (limited to 'gcc/genpeep.c')
-rw-r--r-- | gcc/genpeep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/genpeep.c b/gcc/genpeep.c index 5c5804b6fad..80ce3f120cd 100644 --- a/gcc/genpeep.c +++ b/gcc/genpeep.c @@ -378,6 +378,7 @@ from the machine description file `md'. */\n\n"); printf ("#include \"recog.h\"\n"); printf ("#include \"except.h\"\n"); printf ("#include \"function.h\"\n"); + printf ("#include \"toplev.h\"\n"); printf ("#include \"tm-constrs.h\"\n\n"); printf ("#ifdef HAVE_peephole\n"); |