diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-02-10 13:26:33 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-02-10 13:26:33 (GMT) |
commit | ccb47ed928b891b5170b280056291ec35987e4ee (patch) | |
tree | 412f6eb054a530c028570d0a820fc60bec3afcad /generic/tclTest.c | |
parent | 88cc8c36e3373ff9265df0f3ff4cb0310104acf0 (diff) | |
parent | 94561c377266d0a78fa2eadbeeaa4145a2cd9dd6 (diff) | |
download | tcl-ccb47ed928b891b5170b280056291ec35987e4ee.zip tcl-ccb47ed928b891b5170b280056291ec35987e4ee.tar.gz tcl-ccb47ed928b891b5170b280056291ec35987e4ee.tar.bz2 |
Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>
Diffstat (limited to 'generic/tclTest.c')
-rw-r--r-- | generic/tclTest.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/tclTest.c b/generic/tclTest.c index 297fe4d..a8b27fb 100644 --- a/generic/tclTest.c +++ b/generic/tclTest.c @@ -19,7 +19,6 @@ #ifndef USE_TCL_STUBS # define USE_TCL_STUBS #endif -#include <sys/stat.h> #include "tclInt.h" #include "tclOO.h" #include <math.h> |