From f58907ed78109c32fc8782d2690576cd935f4f24 Mon Sep 17 00:00:00 2001 From: das Date: Tue, 16 May 2006 07:33:50 +0000 Subject: reverted erroneous removal of tclInt.h #include --- macosx/tkMacOSXDraw.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v0.12