summaryrefslogtreecommitdiff
path: root/gdb/charset.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-01-24 21:36:37 +0000
committerTom Tromey <tromey@redhat.com>2012-01-24 21:36:37 +0000
commita2127f5b008cc30a6949ac111fb460c1e91650b3 (patch)
tree4aad5b719dbe06930efc1a7db28ac8071d791a64 /gdb/charset.c
parent011ad04db6bd4938623a2d3fb1ec95d360db4387 (diff)
downloadgdb-a2127f5b008cc30a6949ac111fb460c1e91650b3.tar.gz
* ada-lang.c: Include gdb_vecs.h.
* charset.c: Include gdb_vecs.h. * tracepoint.h: Include gdb_vecs.h. * gdb_vecs.h: New file.
Diffstat (limited to 'gdb/charset.c')
-rw-r--r--gdb/charset.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/charset.c b/gdb/charset.c
index f32736a5f7e..62977d11d00 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 <stddef.h>
#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