From e2574e2bfd57fbf6ec30cb0bcaf1c3c8797802f2 Mon Sep 17 00:00:00 2001 From: davygrvy Date: Thu, 21 Feb 2002 21:20:08 +0000 Subject: reverted back to 1.6, as the header file change to tclPort.h doesn't allow for easy embedded support. Thanks to Don Porter for pointing this out to me. --- win/tclAppInit.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/win/tclAppInit.c b/win/tclAppInit.c index 990c8ad..5ddc93f 100644 --- a/win/tclAppInit.c +++ b/win/tclAppInit.c @@ -11,10 +11,11 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclAppInit.c,v 1.7 2002/02/21 18:37:03 davygrvy Exp $ + * RCS: @(#) $Id: tclAppInit.c,v 1.8 2002/02/21 21:20:08 davygrvy Exp $ */ -#include "tclPort.h" +#include "tcl.h" +#include #include #ifdef TCL_TEST -- cgit v0.12