diff options
author | das <das> | 2006-05-16 07:33:50 (GMT) |
---|---|---|
committer | das <das> | 2006-05-16 07:33:50 (GMT) |
commit | f58907ed78109c32fc8782d2690576cd935f4f24 (patch) | |
tree | f9cbdc3b35cba7359dbfc05b0c8c0e057845fa90 /macosx | |
parent | c67b7f72cf772778bef71ff02facdd4fa7bee735 (diff) | |
download | tk-f58907ed78109c32fc8782d2690576cd935f4f24.zip tk-f58907ed78109c32fc8782d2690576cd935f4f24.tar.gz tk-f58907ed78109c32fc8782d2690576cd935f4f24.tar.bz2 |
reverted erroneous removal of tclInt.h #include
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/tkMacOSXDraw.c | 4 |
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 |