diff options
Diffstat (limited to 'gdb/objc-exp.y')
-rw-r--r-- | gdb/objc-exp.y | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/objc-exp.y b/gdb/objc-exp.y index 1a7c5f002a8..8e52fc0f124 100644 --- a/gdb/objc-exp.y +++ b/gdb/objc-exp.y @@ -52,6 +52,7 @@ #include "objfiles.h" /* For have_full_symbols and have_partial_symbols. */ #include "top.h" #include "completer.h" /* For skip_quoted(). */ +#include "block.h" /* Remap normal yacc parser interface names (yyparse, yylex, yyerror, etc), as well as gratuitiously global symbol names, so we can have |