diff options
Diffstat (limited to 'gcc/genoutput.c')
-rw-r--r-- | gcc/genoutput.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/genoutput.c b/gcc/genoutput.c index b1321d83..c0e250b 100644 --- a/gcc/genoutput.c +++ b/gcc/genoutput.c @@ -248,6 +248,7 @@ output_prologue (void) printf ("#include \"output.h\"\n"); printf ("#include \"target.h\"\n"); printf ("#include \"tm-constrs.h\"\n"); + printf ("#include \"predict.h\"\n"); } static void |