diff options
Diffstat (limited to 'gdb/ada-lang.c')
-rw-r--r-- | gdb/ada-lang.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/ada-lang.c b/gdb/ada-lang.c index 29956d7da29..11ff73f88c9 100644 --- a/gdb/ada-lang.c +++ b/gdb/ada-lang.c @@ -57,6 +57,7 @@ #include "observer.h" #include "vec.h" #include "stack.h" +#include "gdb_vecs.h" #include "psymtab.h" #include "value.h" @@ -5628,8 +5629,6 @@ symbol_completion_match (const char *sym_name, return sym_name; } -DEF_VEC_P (char_ptr); - /* A companion function to ada_make_symbol_completion_list(). Check if SYM_NAME represents a symbol which name would be suitable to complete TEXT (TEXT_LEN is the length of TEXT), in which case |