Skip to content

Commit

Permalink
sockermodule: fix captilization of headers
Browse files Browse the repository at this point in the history
`Rpc` should be `rpc`. It error's out in
cross-compilation.
  • Loading branch information
naveen521kk committed Nov 2, 2024
1 parent c2bf29e commit 6fc4075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/socketmodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ shutdown(how) -- shut down traffic in one or both directions\n\
# endif

/* Helpers needed for AF_HYPERV */
# include <Rpc.h>
# include <rpc.h>

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

0 comments on commit 6fc4075

Please sign in to comment.