diff options
Diffstat (limited to 'gcc/genpreds.c')
-rw-r--r-- | gcc/genpreds.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/genpreds.c b/gcc/genpreds.c index f3d9dac..c27ae88 100644 --- a/gcc/genpreds.c +++ b/gcc/genpreds.c @@ -1302,6 +1302,9 @@ write_insn_preds_c (void) #include \"tm.h\"\n\ #include \"rtl.h\"\n\ #include \"tree.h\"\n\ +#include \"varasm.h\"\n\ +#include \"stor-layout.h\"\n\ +#include \"calls.h\"\n\ #include \"tm_p.h\"\n\ #include \"function.h\"\n\ #include \"insn-config.h\"\n\ |