summaryrefslogtreecommitdiff
path: root/Modules/socketmodule.h
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2008-01-04 15:23:30 +0000
committerChristian Heimes <christian@cheimes.de>2008-01-04 15:23:30 +0000
commit54ee5c90cd566bf6856d19e6caf1be0f4bf3be04 (patch)
treeb1485acea447bc0c2a22061db261f61cd0b08563 /Modules/socketmodule.h
parentf35c3d5b7b4755542d96cc5cfb277486ebe71153 (diff)
downloadcpython-54ee5c90cd566bf6856d19e6caf1be0f4bf3be04.tar.gz
Added interface to Windows' WSAIoctl and a simple example for a network sniffer.
Diffstat (limited to 'Modules/socketmodule.h')
-rw-r--r--Modules/socketmodule.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/socketmodule.h b/Modules/socketmodule.h
index fb9ec67a51..95bc2339cc 100644
--- a/Modules/socketmodule.h
+++ b/Modules/socketmodule.h
@@ -16,6 +16,7 @@
#if _MSC_VER >= 1300
# include <winsock2.h>
# include <ws2tcpip.h>
+# include <MSTcpIP.h> /* for SIO_RCVALL */
# define HAVE_ADDRINFO
# define HAVE_SOCKADDR_STORAGE
# define HAVE_GETADDRINFO