diff options
author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2013-01-17 08:28:41 (GMT) |
---|---|---|
committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2013-01-17 08:28:41 (GMT) |
commit | e9e5ca2ec9aea6c69bdda7f30f7abf5bc25a7227 (patch) | |
tree | 930157a76bae9baa66ed91c67daa62f047f8db3d /unix/tclUnixPort.h | |
parent | 9ac4497ad1e09c4bc692b7aa7731784850ae1a50 (diff) | |
download | tcl-e9e5ca2ec9aea6c69bdda7f30f7abf5bc25a7227.zip tcl-e9e5ca2ec9aea6c69bdda7f30f7abf5bc25a7227.tar.gz tcl-e9e5ca2ec9aea6c69bdda7f30f7abf5bc25a7227.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/tclUnixPort.h')
-rw-r--r-- | unix/tclUnixPort.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/unix/tclUnixPort.h b/unix/tclUnixPort.h index 32d14e1..4668707 100644 --- a/unix/tclUnixPort.h +++ b/unix/tclUnixPort.h @@ -116,9 +116,7 @@ typedef off_t Tcl_SeekOffset; #ifdef HAVE_SYS_SELECT_H # include <sys/select.h> #endif -#ifdef HAVE_SYS_STAT_H -# include <sys/stat.h> -#endif +#include <sys/stat.h> #if TIME_WITH_SYS_TIME # include <sys/time.h> # include <time.h> |