From fa864999823be896ef9d00d06c67a853f588aa22 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 24 Jan 2012 21:36:37 +0000 Subject: * ada-lang.c: Include gdb_vecs.h. * charset.c: Include gdb_vecs.h. * tracepoint.h: Include gdb_vecs.h. * gdb_vecs.h: New file. --- gdb/charset.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gdb/charset.c') diff --git a/gdb/charset.c b/gdb/charset.c index f32736a..62977d1 100644 --- a/gdb/charset.c +++ b/gdb/charset.c @@ -27,6 +27,7 @@ #include "vec.h" #include "environ.h" #include "arch-utils.h" +#include "gdb_vecs.h" #include #include "gdb_string.h" @@ -717,8 +718,6 @@ wchar_iterate (struct wchar_iterator *iter, extern initialize_file_ftype _initialize_charset; /* -Wmissing-prototype */ -DEF_VEC_P (char_ptr); - static VEC (char_ptr) *charsets; #ifdef PHONY_ICONV -- cgit v1.1