summaryrefslogtreecommitdiff
path: root/gdb/gdbtk/generic/gdbtk-bp.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-08-03 16:22:07 +0000
committerAndrew Cagney <cagney@redhat.com>2002-08-03 16:22:07 +0000
commit80f0e4fc7d9741753954a3290c231523e02fb695 (patch)
tree14391faf10cbb309c43cfb4ad99e56f606160635 /gdb/gdbtk/generic/gdbtk-bp.c
parentdf0fd78df67e4736de0be948d06c903228e242e5 (diff)
downloadgdb-80f0e4fc7d9741753954a3290c231523e02fb695.tar.gz
Index: ChangeLog
2002-08-03 Andrew Cagney <ac131313@redhat.com> * Makefile.in (gdbtk-bp.o): Update dependencies. (gdbtk-register.o): Ditto. (gdbtk-varobj.o): Ditto. Index: gdbtk/ChangeLog 2002-08-03 Andrew Cagney <ac131313@redhat.com> * generic/gdbtk-bp.c: Include "gdb_string.h". * generic/gdbtk-register.c: Ditto. * generic/gdbtk-varobj.c: Ditto.
Diffstat (limited to 'gdb/gdbtk/generic/gdbtk-bp.c')
-rw-r--r--gdb/gdbtk/generic/gdbtk-bp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbtk/generic/gdbtk-bp.c b/gdb/gdbtk/generic/gdbtk-bp.c
index 1ed9dfd6489..1fd6a263cb7 100644
--- a/gdb/gdbtk/generic/gdbtk-bp.c
+++ b/gdb/gdbtk/generic/gdbtk-bp.c
@@ -24,7 +24,7 @@
#include "linespec.h"
#include "breakpoint.h"
#include "tracepoint.h"
-
+#include "gdb_string.h"
#include <tcl.h>
#include "gdbtk.h"
#include "gdbtk-cmds.h"