diff options
Diffstat (limited to 'gdb/gdbtk')
-rw-r--r-- | gdb/gdbtk/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/gdbtk/generic/gdbtk-bp.c | 2 | ||||
-rw-r--r-- | gdb/gdbtk/generic/gdbtk-register.c | 1 | ||||
-rw-r--r-- | gdb/gdbtk/generic/gdbtk-varobj.c | 2 |
4 files changed, 9 insertions, 2 deletions
diff --git a/gdb/gdbtk/ChangeLog b/gdb/gdbtk/ChangeLog index e03a187f4cc..08b867a79c4 100644 --- a/gdb/gdbtk/ChangeLog +++ b/gdb/gdbtk/ChangeLog @@ -1,3 +1,9 @@ +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. + 2002-08-01 Keith Seitz <keiths@redhat.com> * library/prefs.tcl (pref_read): Don't suppress setting the default 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" diff --git a/gdb/gdbtk/generic/gdbtk-register.c b/gdb/gdbtk/generic/gdbtk-register.c index 165c1b6eea8..382a714cf07 100644 --- a/gdb/gdbtk/generic/gdbtk-register.c +++ b/gdb/gdbtk/generic/gdbtk-register.c @@ -23,6 +23,7 @@ #include "regcache.h" #include "value.h" #include "target.h" +#include "gdb_string.h" #include <tcl.h> #include "gdbtk.h" diff --git a/gdb/gdbtk/generic/gdbtk-varobj.c b/gdb/gdbtk/generic/gdbtk-varobj.c index 8241bb9f3c1..9b434f3bf5d 100644 --- a/gdb/gdbtk/generic/gdbtk-varobj.c +++ b/gdb/gdbtk/generic/gdbtk-varobj.c @@ -19,7 +19,7 @@ #include "defs.h" #include "value.h" - +#include "gdb_string.h" #include "varobj.h" #include <tcl.h> |