diff options
author | jan.nijtmans <jan.nijtmans@noemail.net> | 2013-02-10 13:12:20 (GMT) |
---|---|---|
committer | jan.nijtmans <jan.nijtmans@noemail.net> | 2013-02-10 13:12:20 (GMT) |
commit | 23221cb8347700da943f2898305637c6dae73293 (patch) | |
tree | e391322db983c54ccb679befcd7921c89daddaaa /win | |
parent | 7624122fcedbeb8450fb97484ac9ae4c71c89b88 (diff) | |
download | tcl-23221cb8347700da943f2898305637c6dae73293.zip tcl-23221cb8347700da943f2898305637c6dae73293.tar.gz tcl-23221cb8347700da943f2898305637c6dae73293.tar.bz2 |
Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>.
FossilOrigin-Name: 7725ffcfef05b6b690fe6864436b01970086fb76
Diffstat (limited to 'win')
-rw-r--r-- | win/tclWinConsole.c | 1 | ||||
-rw-r--r-- | win/tclWinFile.c | 1 | ||||
-rw-r--r-- | win/tclWinPipe.c | 2 | ||||
-rw-r--r-- | win/tclWinSerial.c | 2 | ||||
-rw-r--r-- | win/tclWinThrd.c | 1 |
5 files changed, 0 insertions, 7 deletions
diff --git a/win/tclWinConsole.c b/win/tclWinConsole.c index ea295fe..361fb3d 100644 --- a/win/tclWinConsole.c +++ b/win/tclWinConsole.c @@ -14,7 +14,6 @@ #include <fcntl.h> #include <io.h> -#include <sys/stat.h> /* * The following variable is used to tell whether this module has been diff --git a/win/tclWinFile.c b/win/tclWinFile.c index 5717a3f..3817fa4 100644 --- a/win/tclWinFile.c +++ b/win/tclWinFile.c @@ -12,7 +12,6 @@ * this file, and for a DISCLAIMER OF ALL WARRANTIES. */ -#include <sys/stat.h> #include "tclWinInt.h" #include "tclFileSystem.h" #include <winioctl.h> diff --git a/win/tclWinPipe.c b/win/tclWinPipe.c index b6764d4..ee088a5 100644 --- a/win/tclWinPipe.c +++ b/win/tclWinPipe.c @@ -12,8 +12,6 @@ #include "tclWinInt.h" -#include <sys/stat.h> - /* * The following variable is used to tell whether this module has been * initialized. diff --git a/win/tclWinSerial.c b/win/tclWinSerial.c index 62eafda..d5244ac 100644 --- a/win/tclWinSerial.c +++ b/win/tclWinSerial.c @@ -14,8 +14,6 @@ #include "tclWinInt.h" -#include <sys/stat.h> - /* * The following variable is used to tell whether this module has been * initialized. diff --git a/win/tclWinThrd.c b/win/tclWinThrd.c index 50e8ace..2413a78 100644 --- a/win/tclWinThrd.c +++ b/win/tclWinThrd.c @@ -13,7 +13,6 @@ #include "tclWinInt.h" #include <float.h> -#include <sys/stat.h> /* Workaround for mingw versions which don't provide this in float.h */ #ifndef _MCW_EM |