summaryrefslogtreecommitdiffstats
path: root/generic/tclFileName.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2011-08-16 07:36:59 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2011-08-16 07:36:59 (GMT)
commit20f89a4c1b7b01af4df9e873f735ede8a70fd3a5 (patch)
treedb328e56b7455ebc0e3ba8b9a0a2cc1444b89459 /generic/tclFileName.c
parentdd4f0a017f8990efb674f40a83f23100b8b4adfa (diff)
downloadtcl-20f89a4c1b7b01af4df9e873f735ede8a70fd3a5.zip
tcl-20f89a4c1b7b01af4df9e873f735ede8a70fd3a5.tar.gz
tcl-20f89a4c1b7b01af4df9e873f735ede8a70fd3a5.tar.bz2
[Bug 3388350] mingw64 compiler warnings
n mingw, sys/stat.h must be included before winsock2.h, so make sure of that
Diffstat (limited to 'generic/tclFileName.c')
-rw-r--r--generic/tclFileName.c1
1 files changed, 1 insertions, 0 deletions
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"