diff options
Diffstat (limited to 'gdb/objc-lang.h')
-rw-r--r-- | gdb/objc-lang.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/objc-lang.h b/gdb/objc-lang.h index 58f1884c602..4156dd7d954 100644 --- a/gdb/objc-lang.h +++ b/gdb/objc-lang.h @@ -20,6 +20,7 @@ Boston, MA 02111-1307, USA. */ struct value; +struct block; extern int objc_parse (void); /* Defined in c-exp.y */ |