diff options
Diffstat (limited to 'gcc/c-semantics.c')
-rw-r--r-- | gcc/c-semantics.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/c-semantics.c b/gcc/c-semantics.c index c7933be..62faee5 100644 --- a/gcc/c-semantics.c +++ b/gcc/c-semantics.c @@ -43,7 +43,8 @@ along with GCC; see the file COPYING3. If not see #include "timevar.h" #include "predict.h" #include "tree-inline.h" -#include "tree-gimple.h" +#include "gimple.h" +#include "tree-iterator.h" #include "langhooks.h" /* Create an empty statement tree rooted at T. */ |