summaryrefslogtreecommitdiff
path: root/gdb/gdbtk/generic/gdbtk-cmds.c
diff options
context:
space:
mode:
authorKeith Seitz <keiths@redhat.com>2002-12-04 16:21:21 +0000
committerKeith Seitz <keiths@redhat.com>2002-12-04 16:21:21 +0000
commita0be030834d6d62020bd4172f5a1e61c632ee074 (patch)
tree5779fb9d3de6d1858c2aa1ce3f848fe2c7b2e713 /gdb/gdbtk/generic/gdbtk-cmds.c
parent4cdc4677b6241c715573647c6d5f920bfd8233d4 (diff)
downloadgdb-a0be030834d6d62020bd4172f5a1e61c632ee074.tar.gz
* generic/gdbtk-hooks.c: Include tcl.h and tk.h to pull
in declarations for some Tk functions used in this file. * generic/gdbtk-cmds.c: Likewise.
Diffstat (limited to 'gdb/gdbtk/generic/gdbtk-cmds.c')
-rw-r--r--gdb/gdbtk/generic/gdbtk-cmds.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/gdbtk/generic/gdbtk-cmds.c b/gdb/gdbtk/generic/gdbtk-cmds.c
index 96de07d6049..356097e112e 100644
--- a/gdb/gdbtk/generic/gdbtk-cmds.c
+++ b/gdb/gdbtk/generic/gdbtk-cmds.c
@@ -40,6 +40,8 @@
#define HAS_STDARG 1
#include <itcl.h>
+#include <tcl.h>
+#include <tk.h>
#include "guitcl.h"
#include "gdbtk.h"