diff options
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tclCmdAH.c | 1 | ||||
-rw-r--r-- | generic/tclFCmd.c | 1 | ||||
-rw-r--r-- | generic/tclFileName.c | 1 | ||||
-rw-r--r-- | generic/tclIOUtil.c | 1 | ||||
-rw-r--r-- | generic/tclTest.c | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/generic/tclCmdAH.c b/generic/tclCmdAH.c index 5e231f6..c170b9b 100644 --- a/generic/tclCmdAH.c +++ b/generic/tclCmdAH.c @@ -12,6 +12,7 @@ * of this file, and for a DISCLAIMER OF ALL WARRANTIES. */ +#include <sys/stat.h> #include "tclInt.h" #include "tclPort.h" #include <locale.h> diff --git a/generic/tclFCmd.c b/generic/tclFCmd.c index 5af8630..1f73cf3 100644 --- a/generic/tclFCmd.c +++ b/generic/tclFCmd.c @@ -10,6 +10,7 @@ * of this file, and for a DISCLAIMER OF ALL WARRANTIES. */ +#include <sys/stat.h> #include "tclInt.h" #include "tclPort.h" diff --git a/generic/tclFileName.c b/generic/tclFileName.c index c8e5887..8d30905 100644 --- a/generic/tclFileName.c +++ b/generic/tclFileName.c @@ -11,6 +11,7 @@ * of this file, and for a DISCLAIMER OF ALL WARRANTIES. */ +#include <sys/stat.h> #include "tclInt.h" #include "tclPort.h" #include "tclRegexp.h" diff --git a/generic/tclIOUtil.c b/generic/tclIOUtil.c index 32658a8..94d3e22 100644 --- a/generic/tclIOUtil.c +++ b/generic/tclIOUtil.c @@ -18,6 +18,7 @@ * of this file, and for a DISCLAIMER OF ALL WARRANTIES. */ +#include <sys/stat.h> #include "tclInt.h" #include "tclPort.h" #ifdef MAC_TCL diff --git a/generic/tclTest.c b/generic/tclTest.c index 9acbc5e..e870236 100644 --- a/generic/tclTest.c +++ b/generic/tclTest.c @@ -16,6 +16,7 @@ */ #define TCL_TEST +#include <sys/stat.h> #include "tclInt.h" #include "tclPort.h" |