summaryrefslogtreecommitdiffstats
path: root/win/tclWinPipe.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-02-10 13:12:20 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-02-10 13:12:20 (GMT)
commit41ac300db879096ce08bdf8edc74e6fdae02d71d (patch)
treee391322db983c54ccb679befcd7921c89daddaaa /win/tclWinPipe.c
parentae8888b89406b7378499b966af90ca831f269eb8 (diff)
downloadtcl-41ac300db879096ce08bdf8edc74e6fdae02d71d.zip
tcl-41ac300db879096ce08bdf8edc74e6fdae02d71d.tar.gz
tcl-41ac300db879096ce08bdf8edc74e6fdae02d71d.tar.bz2
Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>.
Diffstat (limited to 'win/tclWinPipe.c')
-rw-r--r--win/tclWinPipe.c2
1 files changed, 0 insertions, 2 deletions
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.