diff options
Diffstat (limited to 'gcc/et-forest.c')
-rw-r--r-- | gcc/et-forest.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/et-forest.c b/gcc/et-forest.c index 84594d44365..1cc3652d44e 100644 --- a/gcc/et-forest.c +++ b/gcc/et-forest.c @@ -25,6 +25,8 @@ Boston, MA 02111-1307, USA. #include "config.h" #include "system.h" +#include "coretypes.h" +#include "tm.h" #include "et-forest.h" struct et_forest_occurrence; |