summaryrefslogtreecommitdiffstats
path: root/win/tclWinFile.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-01-17 13:46:52 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-01-17 13:46:52 (GMT)
commit9ce605684317865fe7851c1cb6712a505934a515 (patch)
treec8ab1107a2f04f107a8af058acfcf88491bc8957 /win/tclWinFile.c
parent9843ac2a949950a8dd51bcba03fbdfcb71d0e48f (diff)
parent4a5ef05df5be16afdfdbf1a38f32d72bb3654f7f (diff)
downloadtcl-bug_3600328.zip
tcl-bug_3600328.tar.gz
tcl-bug_3600328.tar.bz2
merge trunkbug_3600328
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 a4512ec..19e6abd 100644
--- a/win/tclWinFile.c
+++ b/win/tclWinFile.c
@@ -12,10 +12,10 @@
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*/
+#include <sys/stat.h>
#include "tclWinInt.h"
#include "tclFileSystem.h"
#include <winioctl.h>
-#include <sys/stat.h>
#include <shlobj.h>
#include <lm.h> /* For TclpGetUserHome(). */