diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-11-22 08:25:26 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-11-22 08:25:26 (GMT) |
| commit | 5a7a628375d4ce2645419adcc61acc3c0bb19ab6 (patch) | |
| tree | cefc496fa17b9106333018172d505a2a317034b9 /generic/tclTest.c | |
| parent | 83ca2639b30b6a474588bf542e8d4a8f954f4bd7 (diff) | |
| parent | 986915b1fc9f3ad191721b4cb60476629d0ed4c4 (diff) | |
| download | tcl-5a7a628375d4ce2645419adcc61acc3c0bb19ab6.zip tcl-5a7a628375d4ce2645419adcc61acc3c0bb19ab6.tar.gz tcl-5a7a628375d4ce2645419adcc61acc3c0bb19ab6.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 0f497b0..98208af 100644 --- a/generic/tclTest.c +++ b/generic/tclTest.c @@ -15,11 +15,11 @@ * this file, and for a DISCLAIMER OF ALL WARRANTIES. */ -#include <math.h> - #define TCL_TEST #include "tclInt.h" +#include <math.h> + /* * Required for Testregexp*Cmd */ |
