summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-05-31 19:56:03 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-05-31 19:56:03 (GMT)
commitd4816fa0c5eb1cea8d0e924c3187887e2c96cd11 (patch)
treef7c861333e5590715bf0058fbc67e0c41958fd09 /generic/tclBasic.c
parent5b6e0993e188fd16bbb2ec7f54b8b0c7be873629 (diff)
downloadtcl-d4816fa0c5eb1cea8d0e924c3187887e2c96cd11.zip
tcl-d4816fa0c5eb1cea8d0e924c3187887e2c96cd11.tar.gz
tcl-d4816fa0c5eb1cea8d0e924c3187887e2c96cd11.tar.bz2
Make things build (cleanly) on Win32. Thanks to Joe Mistachkin. [Patch 1980861]
Diffstat (limited to 'generic/tclBasic.c')
-rw-r--r--generic/tclBasic.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclBasic.c b/generic/tclBasic.c
index 0a45567..57fefe2 100644
--- a/generic/tclBasic.c
+++ b/generic/tclBasic.c
@@ -14,10 +14,11 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclBasic.c,v 1.299 2008/05/31 11:42:13 dkf Exp $
+ * RCS: @(#) $Id: tclBasic.c,v 1.300 2008/05/31 19:56:06 dkf Exp $
*/
#include "tclInt.h"
+#include "tclOOInt.h"
#include "tclCompile.h"
#include <float.h>
#include <limits.h>