summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Carlton <carlton@bactrian.org>2002-09-20 17:37:11 +0000
committerDavid Carlton <carlton@bactrian.org>2002-09-20 17:37:11 +0000
commit5e241b9ae9d914ff721f0594c6c694c7540de29a (patch)
treecc0661faf4aadcffeaac780d12a234a43374a156
parentdfb678dc7789bf2a0a58c43c3554e0867d488b46 (diff)
downloadgdb-5e241b9ae9d914ff721f0594c6c694c7540de29a.tar.gz
2002-09-20 David Carlton <carlton@math.stanford.edu>
* c-lang.c: #include "gdb_string.h"
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/c-lang.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index ec776f7ffed..d17e3aafeed 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2002-09-20 David Carlton <carlton@math.stanford.edu>
+
+ * c-lang.c: #include "gdb_string.h"
+
2002-09-20 Fernando Nasser <fnasser@redhat.com>
From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
diff --git a/gdb/c-lang.c b/gdb/c-lang.c
index 6bbd6d98296..4b4af164ec5 100644
--- a/gdb/c-lang.c
+++ b/gdb/c-lang.c
@@ -30,6 +30,7 @@
#include "macroscope.h"
#include "gdb_assert.h"
#include "charset.h"
+#include "gdb_string.h"
extern void _initialize_c_language (void);
static void c_emit_char (int c, struct ui_file * stream, int quoter);