diff options
Diffstat (limited to 'unix/tclUnixInit.c')
| -rw-r--r-- | unix/tclUnixInit.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/tclUnixInit.c b/unix/tclUnixInit.c index f07b123..6653e4b 100644 --- a/unix/tclUnixInit.c +++ b/unix/tclUnixInit.c @@ -8,6 +8,7 @@   * All rights reserved.   */ +#include <sys/stat.h>  #include "tclInt.h"  #include <stddef.h>  #include <locale.h>  | 
