diff options
Diffstat (limited to 'gdb/go-lang.c')
-rw-r--r-- | gdb/go-lang.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/go-lang.c b/gdb/go-lang.c index 309b1eb..fd0bae3 100644 --- a/gdb/go-lang.c +++ b/gdb/go-lang.c @@ -38,6 +38,7 @@ #include "block.h" #include "symtab.h" #include "language.h" +#include "varobj.h" #include "go-lang.h" #include "c-lang.h" #include "parser-defs.h" @@ -596,6 +597,7 @@ static const struct language_defn go_language_defn = c_get_string, NULL, iterate_over_symbols, + &default_varobj_ops, LANG_MAGIC }; |