diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-03-15 09:22:53 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-03-15 09:22:53 (GMT) |
commit | 87085c466a1fdc5cfdb3cc6ce2659b4371c0b1b3 (patch) | |
tree | b3c42ab8f5bea31df9125fee46e42b662b44bf0d /win/cat.c | |
parent | 694826cd4f14b00837bf163b8e22f3c01dd2b2db (diff) | |
parent | e939996acbd004d406b55eb754fec59da94aec66 (diff) | |
download | tcl-bug_3288345.zip tcl-bug_3288345.tar.gz tcl-bug_3288345.tar.bz2 |
[bug-3288345] Wrong Tcl_StatBuf used on Cygwinbug_3288345
Diffstat (limited to 'win/cat.c')
-rw-r--r-- | win/cat.c | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -10,11 +10,7 @@ */ #include <stdio.h> -#ifdef __CYGWIN__ -# include <unistd.h> -#else -# include <io.h> -#endif +#include <io.h> #include <string.h> int |