summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
Diffstat (limited to 'generic')
-rw-r--r--generic/tclBasic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclBasic.c b/generic/tclBasic.c
index 757f9ca..6e457c0 100644
--- a/generic/tclBasic.c
+++ b/generic/tclBasic.c
@@ -17,9 +17,9 @@
#if defined(_WIN32) && !defined(_WIN64)
# define _USE_32BIT_TIME_T
+# include <sys/stat.h>
#endif
-#include <sys/stat.h>
#include "tclInt.h"
#include "tclCompile.h"
#ifndef TCL_GENERIC_ONLY