diff options
| author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2013-02-10 13:26:33 (GMT) |
|---|---|---|
| committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2013-02-10 13:26:33 (GMT) |
| commit | 64423ec9dc294629edd9333921f0ccb5a3d35488 (patch) | |
| tree | 412f6eb054a530c028570d0a820fc60bec3afcad /generic/tclTest.c | |
| parent | e64a54de325c2b92482f5caba9da169517342dc1 (diff) | |
| parent | 71786d76658aec0ca002c58b6cf185cb106c521f (diff) | |
| download | tcl-64423ec9dc294629edd9333921f0ccb5a3d35488.zip tcl-64423ec9dc294629edd9333921f0ccb5a3d35488.tar.gz tcl-64423ec9dc294629edd9333921f0ccb5a3d35488.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> |
