diff options
Diffstat (limited to 'gcc/genconditions.c')
-rw-r--r-- | gcc/genconditions.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/genconditions.c b/gcc/genconditions.c index 048a9923802..cdb44f1a4ae 100644 --- a/gcc/genconditions.c +++ b/gcc/genconditions.c @@ -73,6 +73,9 @@ write_header (void) #include \"ggc.h\"\n\ #include \"rtl.h\"\n\ #include \"tm_p.h\"\n\ +#include \"hashtab.h\"\n\ +#include \"hash-set.h\"\n\ +#include \"hard-reg-set.h\"\n\ #include \"function.h\"\n\ \n\ /* Fake - insn-config.h doesn't exist yet. */\n\ |