summaryrefslogtreecommitdiffstats
path: root/Modules/socketmodule.h
diff options
context:
space:
mode:
authorerikjanss <erik.janssens@conceptive.be>2018-07-25 00:41:46 (GMT)
committerINADA Naoki <methane@users.noreply.github.com>2018-07-25 00:41:46 (GMT)
commit6cf8255912c36fec6f87f62513034d0818f61390 (patch)
tree95e34fd3a1fe93eed1bddcf00de125885638c77a /Modules/socketmodule.h
parent53b7d4e40208d91eb30ae28821213b2d8f2befc4 (diff)
downloadcpython-6cf8255912c36fec6f87f62513034d0818f61390.zip
cpython-6cf8255912c36fec6f87f62513034d0818f61390.tar.gz
cpython-6cf8255912c36fec6f87f62513034d0818f61390.tar.bz2
bpo-34217: Use lowercase header for Windows (GH-8453)
Diffstat (limited to 'Modules/socketmodule.h')
-rw-r--r--Modules/socketmodule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/socketmodule.h b/Modules/socketmodule.h
index fdb4e87..bce74c3 100644
--- a/Modules/socketmodule.h
+++ b/Modules/socketmodule.h
@@ -28,7 +28,7 @@
* I use SIO_GET_MULTICAST_FILTER to detect a decent SDK.
*/
# ifdef SIO_GET_MULTICAST_FILTER
-# include <MSTcpIP.h> /* for SIO_RCVALL */
+# include <mstcpip.h> /* for SIO_RCVALL */
# define HAVE_ADDRINFO
# define HAVE_SOCKADDR_STORAGE
# define HAVE_GETADDRINFO