diff options
Diffstat (limited to 'gcc/tree-stdarg.c')
-rw-r--r-- | gcc/tree-stdarg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-stdarg.c b/gcc/tree-stdarg.c index e4eb60ae042..922835366b5 100644 --- a/gcc/tree-stdarg.c +++ b/gcc/tree-stdarg.c @@ -27,7 +27,7 @@ along with GCC; see the file COPYING3. If not see #include "langhooks.h" #include "gimple-pretty-print.h" #include "target.h" -#include "tree-flow.h" +#include "tree-ssa.h" #include "tree-pass.h" #include "tree-stdarg.h" |