summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authordas <das@noemail.net>2006-05-16 07:33:49 (GMT)
committerdas <das@noemail.net>2006-05-16 07:33:49 (GMT)
commit32570b7dc97f3d4303a6218265a15dd8b505cc82 (patch)
treef9cbdc3b35cba7359dbfc05b0c8c0e057845fa90 /macosx
parentc189e11ef11a073ecebc45af69c9fea0bc5d14d4 (diff)
downloadtk-32570b7dc97f3d4303a6218265a15dd8b505cc82.zip
tk-32570b7dc97f3d4303a6218265a15dd8b505cc82.tar.gz
tk-32570b7dc97f3d4303a6218265a15dd8b505cc82.tar.bz2
reverted erroneous removal of tclInt.h #include
FossilOrigin-Name: a46fc0397035029616863ee56b813c401622e9d7
Diffstat (limited to 'macosx')
-rw-r--r--macosx/tkMacOSXDraw.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/macosx/tkMacOSXDraw.c b/macosx/tkMacOSXDraw.c
index 5a51b3e..9302fe6 100644
--- a/macosx/tkMacOSXDraw.c
+++ b/macosx/tkMacOSXDraw.c
@@ -12,12 +12,14 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkMacOSXDraw.c,v 1.2.2.15 2006/05/12 18:17:55 das Exp $
+ * RCS: @(#) $Id: tkMacOSXDraw.c,v 1.2.2.16 2006/05/16 07:33:50 das Exp $
*/
#include "tkMacOSXInt.h"
#include "tkMacOSXDebug.h"
+#include "tclInt.h" /* for Tcl_CreateNamespace() */
+
/*
#ifdef TK_MAC_DEBUG
#define TK_MAC_DEBUG_DRAWING