diff options
Diffstat (limited to 'gcc/calls.c')
-rw-r--r-- | gcc/calls.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/calls.c b/gcc/calls.c index 9c19f38..219eb92 100644 --- a/gcc/calls.c +++ b/gcc/calls.c @@ -37,6 +37,12 @@ along with GCC; see the file COPYING3. If not see #include "expr.h" #include "optabs.h" #include "libfuncs.h" +#include "hashtab.h" +#include "hash-set.h" +#include "vec.h" +#include "machmode.h" +#include "hard-reg-set.h" +#include "input.h" #include "function.h" #include "regs.h" #include "diagnostic-core.h" |