From: erikjanss Date: Wed, 25 Jul 2018 00:41:46 +0000 (+0200) Subject: bpo-34217: Use lowercase header for Windows (GH-8453) X-Git-Tag: v3.8.0a1~1321 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6cf8255912c36fec6f87f62513034d0818f61390;p=thirdparty%2FPython%2Fcpython.git bpo-34217: Use lowercase header for Windows (GH-8453) --- diff --git a/Modules/socketmodule.h b/Modules/socketmodule.h index fdb4e871cef8..bce74c3da8fd 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 /* for SIO_RCVALL */ +# include /* for SIO_RCVALL */ # define HAVE_ADDRINFO # define HAVE_SOCKADDR_STORAGE # define HAVE_GETADDRINFO diff --git a/PC/getpathp.c b/PC/getpathp.c index e57893d85a16..ada02899966a 100644 --- a/PC/getpathp.c +++ b/PC/getpathp.c @@ -89,7 +89,7 @@ #endif #include -#include +#include #ifdef HAVE_SYS_TYPES_H #include