aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/Twisted/py2/patches/02-fix-include.patch
blob: cc2caa8b57725584e848e40ce07918309333bd4a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- contrib/python/Twisted/twisted/internet/iocpreactor/iocpsupport/iocpsupport.c	(index)
+++ contrib/python/Twisted/twisted/internet/iocpreactor/iocpsupport/iocpsupport.c	(working tree)
@@ -567,7 +567,7 @@ static CYTHON_INLINE float __PYX_NAN() {
 #include "winsock2.h"
 #include "ws2tcpip.h"
 #include "windows.h"
-#include "python.h"
+#include "Python.h"
 #include "string.h"
 #include "wchar.h"
 #include "winsock_pointers.h"