diff options
author | redman <redman> | 1999-12-08 00:11:54 (GMT) |
---|---|---|
committer | redman <redman> | 1999-12-08 00:11:54 (GMT) |
commit | 4597260adaa8317883433048196620a1651e3dbf (patch) | |
tree | 6032c58ee635aa58a89e2c7a68082d5a9bccde42 /generic/tkMain.c | |
parent | d7cea06a2ed88307396bf8f44440feaa058766b7 (diff) | |
download | tk-4597260adaa8317883433048196620a1651e3dbf.zip tk-4597260adaa8317883433048196620a1651e3dbf.tar.gz tk-4597260adaa8317883433048196620a1651e3dbf.tar.bz2 |
need tclInt.h for TclSetStartupScriptFileName().
Diffstat (limited to 'generic/tkMain.c')
-rw-r--r-- | generic/tkMain.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tkMain.c b/generic/tkMain.c index a7b4bf8..120ade3 100644 --- a/generic/tkMain.c +++ b/generic/tkMain.c @@ -13,13 +13,14 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMain.c,v 1.6 1999/12/02 02:05:34 redman Exp $ + * RCS: @(#) $Id: tkMain.c,v 1.7 1999/12/08 00:11:54 redman Exp $ */ #include <ctype.h> #include <stdio.h> #include <string.h> #include <tcl.h> +#include <tclInt.h> #include <tk.h> #include "tkInt.h" #ifdef NO_STDLIB_H |