summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
diff options
context:
space:
mode:
authorgriffin <briang42@easystreet.net>2022-09-29 13:45:46 (GMT)
committergriffin <briang42@easystreet.net>2022-09-29 13:45:46 (GMT)
commit259828fa5fbf3dc2104d0c2dd85ae97055bded9e (patch)
tree8cd40292e7024e05473bcc4040f8b61a0c7635fb /generic/tclExecute.c
parenta60681c2f37e435edc66b2f75b16185a196999b1 (diff)
parent42bd6877bcc8794524e5be946458a4427994b7a6 (diff)
downloadtcl-259828fa5fbf3dc2104d0c2dd85ae97055bded9e.zip
tcl-259828fa5fbf3dc2104d0c2dd85ae97055bded9e.tar.gz
tcl-259828fa5fbf3dc2104d0c2dd85ae97055bded9e.tar.bz2
Sync with core-8-branch
Diffstat (limited to 'generic/tclExecute.c')
-rw-r--r--generic/tclExecute.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/tclExecute.c b/generic/tclExecute.c
index 43eb920..d876927 100644
--- a/generic/tclExecute.c
+++ b/generic/tclExecute.c
@@ -19,6 +19,8 @@
#include "tclCompile.h"
#include "tclOOInt.h"
#include "tclTomMath.h"
+//#include "tclArithSeries.h"
+#include "tclAbstractList.h"
#include <math.h>
#include <assert.h>