From: Adam Dickmeiss Date: Tue, 22 Feb 2000 23:11:03 +0000 (+0000) Subject: Fixed include statements. X-Git-Tag: IRTCL.1.4~12 X-Git-Url: http://git.indexdata.com/?p=ir-tcl-moved-to-github.git;a=commitdiff_plain;h=03529561a476d45bbf36abd12278574cacff8221 Fixed include statements. --- diff --git a/tclmain.c b/tclmain.c index b2f37f2..d426d1c 100644 --- a/tclmain.c +++ b/tclmain.c @@ -5,7 +5,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: tclmain.c,v $ - * Revision 1.20 1997-04-30 07:26:08 adam + * Revision 1.21 2000-02-22 23:11:03 adam + * Fixed include statements. + * + * Revision 1.20 1997/04/30 07:26:08 adam * Added support for shared libaries (if supported by Tcl itself). * * Revision 1.19 1996/08/20 09:27:49 adam @@ -25,7 +28,7 @@ #include #include -#include +#include #include "ir-tcl.h" int Tcl_AppInit (Tcl_Interp *interp) diff --git a/tkmain.c b/tkmain.c index c770138..a5c2b21 100644 --- a/tkmain.c +++ b/tkmain.c @@ -5,7 +5,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: tkmain.c,v $ - * Revision 1.1 1996-08-20 09:27:49 adam + * Revision 1.2 2000-02-22 23:11:03 adam + * Fixed include statements. + * + * Revision 1.1 1996/08/20 09:27:49 adam * More work on explain. * Renamed tkinit.c to tkmain.c. The tcl shell uses the Tcl 7.5 interface * for socket i/o instead of the handcrafted one (for Tcl 7.3 and Tcl7.4). @@ -13,7 +16,7 @@ */ #include -#include +#include #include "ir-tcl.h" /* socket layer code for tk3.x and tk4.0 */