summaryrefslogtreecommitdiffstats
path: root/win/tclWinFile.c
diff options
context:
space:
mode:
Diffstat (limited to 'win/tclWinFile.c')
-rw-r--r--win/tclWinFile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tclWinFile.c b/win/tclWinFile.c
index 99dfc2f..316a827 100644
--- a/win/tclWinFile.c
+++ b/win/tclWinFile.c
@@ -15,9 +15,9 @@
#ifndef _WIN64
# define _USE_32BIT_TIME_T
#endif
+#include <sys/stat.h>
#include "tclWinInt.h"
#include <winioctl.h>
-#include <sys/stat.h>
#include <shlobj.h>
#include <lmaccess.h> /* For TclpGetUserHome(). */