summaryrefslogtreecommitdiff
path: root/Objects/exceptions.c
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-03-31 22:48:04 +0200
committerAntoine Pitrou <solipsis@pitrou.net>2013-03-31 22:48:04 +0200
commit7faf70512a81b30f09914602b6083cd83f6bf38f (patch)
tree8d107986fa023338adef5844126275e34695c1c6 /Objects/exceptions.c
parentf61d07903e32698f48ad54963af4452d4ff7f242 (diff)
downloadcpython-git-7faf70512a81b30f09914602b6083cd83f6bf38f.tar.gz
Issue #17591: Use lowercase filenames when including Windows header files.
Patch by Roumen Petrov.
Diffstat (limited to 'Objects/exceptions.c')
-rw-r--r--Objects/exceptions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/exceptions.c b/Objects/exceptions.c
index 6b04700621..79bbb8f2ff 100644
--- a/Objects/exceptions.c
+++ b/Objects/exceptions.c
@@ -2327,7 +2327,7 @@ PyObject *PyExc_RecursionErrorInst = NULL;
}
#ifdef MS_WINDOWS
-#include <Winsock2.h>
+#include <winsock2.h>
/* The following constants were added to errno.h in VS2010 but have
preferred WSA equivalents. */
#undef EADDRINUSE