summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2011-11-22 08:30:46 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2011-11-22 08:30:46 (GMT)
commitc30ddb5b116b0c98472ae9f6a1b98647d623792b (patch)
tree7c99edddbdf056e016bea0c4f2c08ffa130f0fea /generic/tclTest.c
parent867c43d532baf487d1e270fd7e69a9e78698a740 (diff)
parent5a7a628375d4ce2645419adcc61acc3c0bb19ab6 (diff)
downloadtcl-c30ddb5b116b0c98472ae9f6a1b98647d623792b.zip
tcl-c30ddb5b116b0c98472ae9f6a1b98647d623792b.tar.gz
tcl-c30ddb5b116b0c98472ae9f6a1b98647d623792b.tar.bz2
[Bug 2935503] Windows: file mtime sets wrong time (VS2005+ only)
Diffstat (limited to 'generic/tclTest.c')
-rw-r--r--generic/tclTest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclTest.c b/generic/tclTest.c
index 86941c6..cd23319 100644
--- a/generic/tclTest.c
+++ b/generic/tclTest.c
@@ -15,14 +15,14 @@
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*/
-#include <math.h>
-
#undef STATIC_BUILD
#ifndef USE_TCL_STUBS
# define USE_TCL_STUBS
#endif
#include "tclInt.h"
#include "tclOO.h"
+#include <math.h>
+
/*
* Required for Testregexp*Cmd
*/