OSDN Git Service

* generic/gdbtk-hooks.c: Include tcl.h and tk.h to pull
authorkseitz <kseitz>
Wed, 4 Dec 2002 16:21:20 +0000 (16:21 +0000)
committerkseitz <kseitz>
Wed, 4 Dec 2002 16:21:20 +0000 (16:21 +0000)
        in declarations for some Tk functions used in this file.
        * generic/gdbtk-cmds.c: Likewise.

gdb/gdbtk/ChangeLog
gdb/gdbtk/generic/gdbtk-cmds.c
gdb/gdbtk/generic/gdbtk-hooks.c

index 9e66e55..565c92b 100644 (file)
@@ -1,3 +1,9 @@
+2002-12-04  Keith Seitz  <keiths@redhat.com>
+
+       * 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.
+
 2002-12-03  Martin M. Hunt  <hunt@redhat.com>
 
        * library/vartree.itb (_but3): Add popup menu item to dump
index 96de07d..356097e 100644 (file)
@@ -40,6 +40,8 @@
 #define HAS_STDARG 1
 
 #include <itcl.h>
+#include <tcl.h>
+#include <tk.h>
 
 #include "guitcl.h"
 #include "gdbtk.h"
index 405f540..510c85a 100644 (file)
@@ -43,6 +43,8 @@
 #define HAS_STDARG 1
 
 #include <itcl.h>
+#include <tcl.h>
+#include <tk.h>
 #include "guitcl.h"
 #include "gdbtk.h"