diff options
Diffstat (limited to 'gcc/except.c')
-rw-r--r-- | gcc/except.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/except.c b/gcc/except.c index fb47fbb..a52d317 100644 --- a/gcc/except.c +++ b/gcc/except.c @@ -139,7 +139,7 @@ along with GCC; see the file COPYING3. If not see #include "diagnostic.h" #include "tree-pretty-print.h" #include "tree-pass.h" -#include "tree-ssa.h" +#include "gimple.h" #include "cfgloop.h" /* Provide defaults for stuff that may not be defined when using |