From 393b7d25f74f081374ef1ba6fe8c5b1373bcd743 Mon Sep 17 00:00:00 2001 From: das Date: Thu, 7 Sep 2006 06:37:28 +0000 Subject: * generic/tkWindow.c: add #include "tclInt.h" now required due to use of tcl internal Tcl_CreateNamespace() in previous commit. --- ChangeLog | 5 +++++ generic/tkWindow.c | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0ae2375..1fff972 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-09-07 Daniel Steffen + + * generic/tkWindow.c: add #include "tclInt.h" now required due to use + of tcl internal Tcl_CreateNamespace() in previous commit. + 2006-09-06 Jeff Hobbs * generic/tkEntry.c: move hard-coded ALWAYS_SHOW_SELECTION diff --git a/generic/tkWindow.c b/generic/tkWindow.c index bf6676b..fe310b7 100644 --- a/generic/tkWindow.c +++ b/generic/tkWindow.c @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkWindow.c,v 1.56.2.11 2006/09/06 22:01:26 hobbs Exp $ + * RCS: @(#) $Id: tkWindow.c,v 1.56.2.12 2006/09/07 06:37:29 das Exp $ */ #include "tkPort.h" @@ -22,6 +22,8 @@ #include "tkUnixInt.h" #endif +#include "tclInt.h" /* for Tcl_CreateNamespace() */ + /* * Type used to keep track of Window objects that were * only partically deallocated by Tk_DestroyWindow. -- cgit v0.12