summaryrefslogtreecommitdiff
path: root/gdb/gdbtk/generic
diff options
context:
space:
mode:
authorPierre Muller <muller@ics.u-strasbg.fr>2003-02-20 12:12:33 +0000
committerPierre Muller <muller@ics.u-strasbg.fr>2003-02-20 12:12:33 +0000
commit43a98bbda6c47d1d67b9728307146b31e82ab640 (patch)
tree83b1d0b1d0f00edd62d5bc7006d717b8cebf0159 /gdb/gdbtk/generic
parent4339e003f6de108172ca59e2ba9265377b39f1b2 (diff)
downloadgdb-43a98bbda6c47d1d67b9728307146b31e82ab640.tar.gz
2003-02-20 Pierre Muller <muller@ics.u-strasbg.fr>
* generic/gdbtk-cmds.c: Add missing "block.h" include. generic/gdbtk-stack.c: Ditto. generic/gdbtk-wrapper.c: Ditto.
Diffstat (limited to 'gdb/gdbtk/generic')
-rw-r--r--gdb/gdbtk/generic/gdbtk-cmds.c1
-rw-r--r--gdb/gdbtk/generic/gdbtk-stack.c1
-rw-r--r--gdb/gdbtk/generic/gdbtk-wrapper.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/gdb/gdbtk/generic/gdbtk-cmds.c b/gdb/gdbtk/generic/gdbtk-cmds.c
index f4a96696460..32e6ac67d68 100644
--- a/gdb/gdbtk/generic/gdbtk-cmds.c
+++ b/gdb/gdbtk/generic/gdbtk-cmds.c
@@ -34,6 +34,7 @@
#include "tui/tui-file.h"
#include "top.h"
#include "annotate.h"
+#include "block.h"
/* tcl header files includes varargs.h unless HAS_STDARG is defined,
but gdb uses stdarg.h, so make sure HAS_STDARG is defined. */
diff --git a/gdb/gdbtk/generic/gdbtk-stack.c b/gdb/gdbtk/generic/gdbtk-stack.c
index 733c9e545e2..d5d5d41fec6 100644
--- a/gdb/gdbtk/generic/gdbtk-stack.c
+++ b/gdb/gdbtk/generic/gdbtk-stack.c
@@ -22,6 +22,7 @@
#include "target.h"
#include "breakpoint.h"
#include "linespec.h"
+#include "block.h"
#include <tcl.h>
#include "gdbtk.h"
diff --git a/gdb/gdbtk/generic/gdbtk-wrapper.c b/gdb/gdbtk/generic/gdbtk-wrapper.c
index 95b4702ee16..bdbf6e7c2a0 100644
--- a/gdb/gdbtk/generic/gdbtk-wrapper.c
+++ b/gdb/gdbtk/generic/gdbtk-wrapper.c
@@ -20,6 +20,7 @@
#include "defs.h"
#include "frame.h"
#include "value.h"
+#include "block.h"
#include "gdbtk-wrapper.h"
/*