Skip to content

Commit ae4d019

Browse files
committed
socketmodule: fix captilization of headers
`Rpc` should be `rpc`. It error's out in cross-compilation.
1 parent 265de88 commit ae4d019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/socketmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ shutdown(how) -- shut down traffic in one or both directions\n\
279279
# endif
280280

281281
/* Helpers needed for AF_HYPERV */
282-
# include <Rpc.h>
282+
# include <rpc.h>
283283

284284
/* Macros based on the IPPROTO enum, see: https://bugs.python.org/issue29515 */
285285
#ifdef _MSC_VER

0 commit comments

Comments
 (0)