diff options
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 */ |