diff options
author | Pierre Muller <muller@ics.u-strasbg.fr> | 2003-02-20 12:12:33 +0000 |
---|---|---|
committer | Pierre Muller <muller@ics.u-strasbg.fr> | 2003-02-20 12:12:33 +0000 |
commit | 43a98bbda6c47d1d67b9728307146b31e82ab640 (patch) | |
tree | 83b1d0b1d0f00edd62d5bc7006d717b8cebf0159 /gdb/gdbtk/generic | |
parent | 4339e003f6de108172ca59e2ba9265377b39f1b2 (diff) | |
download | gdb-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.c | 1 | ||||
-rw-r--r-- | gdb/gdbtk/generic/gdbtk-stack.c | 1 | ||||
-rw-r--r-- | gdb/gdbtk/generic/gdbtk-wrapper.c | 1 |
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" /* |