summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2011-11-22 08:30:46 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2011-11-22 08:30:46 (GMT)
commit0aacd8dc1a0dfa8fe2333dacae6f4b94ef7f87e8 (patch)
tree7c99edddbdf056e016bea0c4f2c08ffa130f0fea /generic/tclTest.c
parent173cf0ec0e025e625bbd4c5572189ed8fa023220 (diff)
parenta3a572fc9d37ee1946b248a6147fa79c8596e22b (diff)
downloadtcl-0aacd8dc1a0dfa8fe2333dacae6f4b94ef7f87e8.zip
tcl-0aacd8dc1a0dfa8fe2333dacae6f4b94ef7f87e8.tar.gz
tcl-0aacd8dc1a0dfa8fe2333dacae6f4b94ef7f87e8.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
*/