diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-11-22 08:30:46 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-11-22 08:30:46 (GMT) |
commit | ff1b25db81a452f6230211bf47b563173517d4b8 (patch) | |
tree | 7c99edddbdf056e016bea0c4f2c08ffa130f0fea /generic/tclTest.c | |
parent | df6dfc34691563ae25dc7970f47e3b29c66c4dec (diff) | |
parent | fa1c6a3840969cbd088df6de2db23174db998e0b (diff) | |
download | tcl-ff1b25db81a452f6230211bf47b563173517d4b8.zip tcl-ff1b25db81a452f6230211bf47b563173517d4b8.tar.gz tcl-ff1b25db81a452f6230211bf47b563173517d4b8.tar.bz2 |
[Bug 2935503] Windows: file mtime sets wrong time (VS2005+ only)
Diffstat (limited to 'generic/tclTest.c')
-rw-r--r-- | generic/tclTest.c | 4 |
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 */ |