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 | c30ddb5b116b0c98472ae9f6a1b98647d623792b (patch) | |
| tree | 7c99edddbdf056e016bea0c4f2c08ffa130f0fea /generic/tclTest.c | |
| parent | 867c43d532baf487d1e270fd7e69a9e78698a740 (diff) | |
| parent | 5a7a628375d4ce2645419adcc61acc3c0bb19ab6 (diff) | |
| download | tcl-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.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 */ |
