summaryrefslogtreecommitdiffstats
path: root/unix/tclLoadShl.c
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2001-09-10 21:18:18 (GMT)
committerdgp <dgp@noemail.net>2001-09-10 21:18:18 (GMT)
commitee7fc90281d885258e1e04ab9e7493278debb724 (patch)
tree2fa2361bf06d2e11d76ad7ed6de61f6e25110053 /unix/tclLoadShl.c
parentfab5c5d89d08171a0194c37b8e37cb51c3cc8a36 (diff)
downloadtcl-ee7fc90281d885258e1e04ab9e7493278debb724.zip
tcl-ee7fc90281d885258e1e04ab9e7493278debb724.tar.gz
tcl-ee7fc90281d885258e1e04ab9e7493278debb724.tar.bz2
* Added #include of tclInt.h; access to Tcl
internals, notably TclpUnloadFile(), is required. Thanks to Bob Techentin for report and patch. [Bug 459305] FossilOrigin-Name: fcf9e4d7c248e8305b49c973eda0859f262c372b
Diffstat (limited to 'unix/tclLoadShl.c')
-rw-r--r--unix/tclLoadShl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tclLoadShl.c b/unix/tclLoadShl.c
index 5feb489..b99ecad 100644
--- a/unix/tclLoadShl.c
+++ b/unix/tclLoadShl.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclLoadShl.c,v 1.6 2001/09/04 18:06:34 vincentdarley Exp $
+ * RCS: @(#) $Id: tclLoadShl.c,v 1.7 2001/09/10 21:18:19 dgp Exp $
*/
#include <dl.h>
@@ -23,7 +23,7 @@
# undef EXTERN
#endif
-#include "tcl.h"
+#include "tclInt.h"
/*
*----------------------------------------------------------------------