diff options
| author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2013-01-17 08:38:41 (GMT) |
|---|---|---|
| committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2013-01-17 08:38:41 (GMT) |
| commit | 08130d51b5220a6a9c39d760ee79bacbfc3ec506 (patch) | |
| tree | 22b65965f9b38c6616be9189ca8a6b64dc72e478 /unix/tclUnixFCmd.c | |
| parent | 721f7d9b4e9a682207cdad7551d5e33086dde5bd (diff) | |
| parent | e9e5ca2ec9aea6c69bdda7f30f7abf5bc25a7227 (diff) | |
| download | tcl-08130d51b5220a6a9c39d760ee79bacbfc3ec506.zip tcl-08130d51b5220a6a9c39d760ee79bacbfc3ec506.tar.gz tcl-08130d51b5220a6a9c39d760ee79bacbfc3ec506.tar.bz2 | |
revert [8abba84224], and make sure that every source file that uses Tcl_StatBuf has an "#include <sys/stat.h>" before including tcl.h
Diffstat (limited to 'unix/tclUnixFCmd.c')
| -rw-r--r-- | unix/tclUnixFCmd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/tclUnixFCmd.c b/unix/tclUnixFCmd.c index 559992f..a703935 100644 --- a/unix/tclUnixFCmd.c +++ b/unix/tclUnixFCmd.c @@ -40,6 +40,7 @@ * DAMAGE. */ +#include <sys/stat.h> #include "tclInt.h" #include <utime.h> #include <grp.h> |
