diff options
Diffstat (limited to 'gcc/tree.c')
-rw-r--r-- | gcc/tree.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree.c b/gcc/tree.c index d5e19c8b992..752595c46c8 100644 --- a/gcc/tree.c +++ b/gcc/tree.c @@ -37,6 +37,7 @@ Boston, MA 02111-1307, USA. */ #include "system.h" #include "flags.h" #include "tree.h" +#include "tm_p.h" #include "function.h" #include "obstack.h" #include "toplev.h" |