diff options
author | jan.nijtmans <jan.nijtmans@noemail.net> | 2013-01-17 08:38:41 (GMT) |
---|---|---|
committer | jan.nijtmans <jan.nijtmans@noemail.net> | 2013-01-17 08:38:41 (GMT) |
commit | 478985b37231c705d2797bf38d11a0d5528343e6 (patch) | |
tree | 22b65965f9b38c6616be9189ca8a6b64dc72e478 /macosx | |
parent | 4aa41d5be39aae435a35adfbff1c9aa315930e19 (diff) | |
parent | fc8e1370d5142ec1ee7c5653749e96815ff8db0e (diff) | |
download | tcl-478985b37231c705d2797bf38d11a0d5528343e6.zip tcl-478985b37231c705d2797bf38d11a0d5528343e6.tar.gz tcl-478985b37231c705d2797bf38d11a0d5528343e6.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
FossilOrigin-Name: a1d2456c70788945263e4a3c0d7c5307298c07a1
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/tclMacOSXFCmd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/tclMacOSXFCmd.c b/macosx/tclMacOSXFCmd.c index f266443..6016c6d 100644 --- a/macosx/tclMacOSXFCmd.c +++ b/macosx/tclMacOSXFCmd.c @@ -10,6 +10,7 @@ * this file, and for a DISCLAIMER OF ALL WARRANTIES. */ +#include <sys/stat.h> #include "tclInt.h" #ifdef HAVE_GETATTRLIST |