summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>1999-05-15 15:56:10 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>1999-05-15 15:56:10 +0000
commit7a9ec5a384827281b406275296e7470424fe6b86 (patch)
tree21c1037a3a271f9be00ecdbb024c5e923f6b5c57 /ext
parentb7dc083c47d05133e90d62e8b587c747dab89267 (diff)
downloadperl-7a9ec5a384827281b406275296e7470424fe6b86.tar.gz
Mingw32 + w32api-0.1.5 tweaks
- now more like other Win32 compilers p4raw-id: //depot/perl@3425
Diffstat (limited to 'ext')
-rw-r--r--ext/Socket/Socket.xs2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/Socket/Socket.xs b/ext/Socket/Socket.xs
index 51825871b7..b8e34083ee 100644
--- a/ext/Socket/Socket.xs
+++ b/ext/Socket/Socket.xs
@@ -26,7 +26,9 @@
#include "sockadapt.h"
#endif
+#ifndef WIN32 /* I_NETINET_TCP */
#include <netinet/tcp.h>
+#endif
#ifdef I_SYSUIO
# include <sys/uio.h>