diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-17 08:28:41 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-17 08:28:41 (GMT) |
commit | d1e73c606588fdbebcc989f73fe23e2402285a28 (patch) | |
tree | 930157a76bae9baa66ed91c67daa62f047f8db3d /unix/tclUnixFile.c | |
parent | 3bbe089a07471851d1352b8d2ac3a2f544c3d8bb (diff) | |
download | tcl-d1e73c606588fdbebcc989f73fe23e2402285a28.zip tcl-d1e73c606588fdbebcc989f73fe23e2402285a28.tar.gz tcl-d1e73c606588fdbebcc989f73fe23e2402285a28.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/tclUnixFile.c')
-rw-r--r-- | unix/tclUnixFile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/tclUnixFile.c b/unix/tclUnixFile.c index 4a34b0b..40434a0 100644 --- a/unix/tclUnixFile.c +++ b/unix/tclUnixFile.c @@ -10,6 +10,7 @@ * this file, and for a DISCLAIMER OF ALL WARRANTIES. */ +#include <sys/stat.h> #include "tclInt.h" #include "tclFileSystem.h" |