diff options
Diffstat (limited to 'gcc/jump.c')
-rw-r--r-- | gcc/jump.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/jump.c b/gcc/jump.c index a96cc99c6b1..c3eb40c54b0 100644 --- a/gcc/jump.c +++ b/gcc/jump.c @@ -56,6 +56,7 @@ along with GCC; see the file COPYING3. If not see #include "cfg.h" #include "cfgrtl.h" #include "basic-block.h" +#include "symtab.h" #include "expr.h" #include "except.h" #include "diagnostic-core.h" |