summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorredman <redman@noemail.net>1999-12-08 00:11:53 (GMT)
committerredman <redman@noemail.net>1999-12-08 00:11:53 (GMT)
commit9569da8b53177b1935569cbebe2684adeed4564c (patch)
tree6032c58ee635aa58a89e2c7a68082d5a9bccde42 /generic
parent82b9ab421cd7c74e3796d1c74188b24e983c50c9 (diff)
downloadtk-9569da8b53177b1935569cbebe2684adeed4564c.zip
tk-9569da8b53177b1935569cbebe2684adeed4564c.tar.gz
tk-9569da8b53177b1935569cbebe2684adeed4564c.tar.bz2
need tclInt.h for TclSetStartupScriptFileName().
FossilOrigin-Name: 277f5bc51ae3cdb4641413612caa1725f1dcf210
Diffstat (limited to 'generic')
-rw-r--r--generic/tkMain.c3
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