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 | a5a7ae5f47e425d9aa1a7dab16159e81cef1e8a7 (patch) | |
tree | 412f6eb054a530c028570d0a820fc60bec3afcad /generic | |
parent | 9a43dd0c3b454b355b977e69118d2d15b7de614e (diff) | |
parent | 41ac300db879096ce08bdf8edc74e6fdae02d71d (diff) | |
download | tcl-a5a7ae5f47e425d9aa1a7dab16159e81cef1e8a7.zip tcl-a5a7ae5f47e425d9aa1a7dab16159e81cef1e8a7.tar.gz tcl-a5a7ae5f47e425d9aa1a7dab16159e81cef1e8a7.tar.bz2 |
Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tclCmdAH.c | 1 | ||||
-rw-r--r-- | generic/tclEncoding.c | 1 | ||||
-rw-r--r-- | generic/tclFCmd.c | 1 | ||||
-rw-r--r-- | generic/tclFileName.c | 1 | ||||
-rw-r--r-- | generic/tclIOUtil.c | 1 | ||||
-rw-r--r-- | generic/tclTest.c | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/generic/tclCmdAH.c b/generic/tclCmdAH.c index 820eec5..eb2a303 100644 --- a/generic/tclCmdAH.c +++ b/generic/tclCmdAH.c @@ -11,7 +11,6 @@ * this file, and for a DISCLAIMER OF ALL WARRANTIES. */ -#include <sys/stat.h> #include "tclInt.h" #include <locale.h> diff --git a/generic/tclEncoding.c b/generic/tclEncoding.c index 86da28c..2cc55d6 100644 --- a/generic/tclEncoding.c +++ b/generic/tclEncoding.c @@ -9,7 +9,6 @@ * this file, and for a DISCLAIMER OF ALL WARRANTIES. */ -#include <sys/stat.h> #include "tclInt.h" typedef size_t (LengthProc)(const char *src); diff --git a/generic/tclFCmd.c b/generic/tclFCmd.c index adf60d9..33c1496 100644 --- a/generic/tclFCmd.c +++ b/generic/tclFCmd.c @@ -10,7 +10,6 @@ * this file, and for a DISCLAIMER OF ALL WARRANTIES. */ -#include <sys/stat.h> #include "tclInt.h" #include "tclFileSystem.h" diff --git a/generic/tclFileName.c b/generic/tclFileName.c index 193ca4e..5d4702b 100644 --- a/generic/tclFileName.c +++ b/generic/tclFileName.c @@ -11,7 +11,6 @@ * this file, and for a DISCLAIMER OF ALL WARRANTIES. */ -#include <sys/stat.h> #include "tclInt.h" #include "tclRegexp.h" #include "tclFileSystem.h" /* For TclGetPathType() */ diff --git a/generic/tclIOUtil.c b/generic/tclIOUtil.c index f523e8f..25ed57c 100644 --- a/generic/tclIOUtil.c +++ b/generic/tclIOUtil.c @@ -18,7 +18,6 @@ * this file, and for a DISCLAIMER OF ALL WARRANTIES. */ -#include <sys/stat.h> #include "tclInt.h" #ifdef __WIN32__ # include "tclWinInt.h" 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> |