diff options
Diffstat (limited to 'gcc/dbxout.c')
-rw-r--r-- | gcc/dbxout.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c index 91cedf7..3452d47 100644 --- a/gcc/dbxout.c +++ b/gcc/dbxout.c @@ -86,6 +86,12 @@ along with GCC; see the file COPYING3. If not see #include "tm_p.h" #include "ggc.h" #include "debug.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 "target.h" #include "common/common-target.h" |