From e52906aa9c2017fd94a663455a554358f5300b9e Mon Sep 17 00:00:00 2001 From: cas Date: Tue, 31 Jul 2001 17:44:49 +0000 Subject: [PATCH] No comments --- src/WOKLibs/wokcmd.cxx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/WOKLibs/wokcmd.cxx b/src/WOKLibs/wokcmd.cxx index e2f1413..f21d1e6 100755 --- a/src/WOKLibs/wokcmd.cxx +++ b/src/WOKLibs/wokcmd.cxx @@ -3,10 +3,13 @@ // Author: Jean GAUTIER // +#ifdef HAVE_CONFIG_H +# include +#endif #include -#ifndef WNT -#include +#ifndef HAVE_STRSTREAM_H +# include #endif #include @@ -79,8 +82,7 @@ int Wok_Init(WOKTclTools_PInterp interp) - WOKTclTools_Package tcl(CurrentInterp, "Tcl", TCL_VERSION ); - + WOKTclTools_Package tcl(CurrentInterp, "Tcl", TCL_VERSION); tcl.Require(); -- 2.39.5