summaryrefslogtreecommitdiffstats
path: root/win/tclWinPort.h
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-09-20 18:33:55 (GMT)
committerhobbs <hobbs>2001-09-20 18:33:55 (GMT)
commitd21a7cbcdcbd777c6b9fd5c532b46ad5eff70267 (patch)
tree84df9613643204319fe1c71d509befcc5f00c003 /win/tclWinPort.h
parent47897b4c045058df1b9f3d8e806987138e9c9533 (diff)
downloadtcl-d21a7cbcdcbd777c6b9fd5c532b46ad5eff70267.zip
tcl-d21a7cbcdcbd777c6b9fd5c532b46ad5eff70267.tar.gz
tcl-d21a7cbcdcbd777c6b9fd5c532b46ad5eff70267.tar.bz2
changed winsock.h include to winsock2.h
Diffstat (limited to 'win/tclWinPort.h')
-rw-r--r--win/tclWinPort.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tclWinPort.h b/win/tclWinPort.h
index 04f6796..9e2097d 100644
--- a/win/tclWinPort.h
+++ b/win/tclWinPort.h
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclWinPort.h,v 1.21 2001/09/06 03:38:48 davygrvy Exp $
+ * RCS: @(#) $Id: tclWinPort.h,v 1.22 2001/09/20 18:33:55 hobbs Exp $
*/
#ifndef _TCLWINPORT
@@ -64,7 +64,7 @@
#endif
#include <time.h>
-#include <winsock.h>
+#include <winsock2.h>
#define WIN32_LEAN_AND_MEAN
#include <windows.h>