mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix the name of the header file.
This commit is contained in:
parent
a5d2b4cb18
commit
bb8b78b77a
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ Socket methods:
|
||||||
|
|
||||||
/* Generic _socket.h definitions and includes */
|
/* Generic _socket.h definitions and includes */
|
||||||
#define PySocket_BUILDING_SOCKET
|
#define PySocket_BUILDING_SOCKET
|
||||||
#include "_socket.h"
|
#include "socketmodule.h"
|
||||||
|
|
||||||
/* Addressing includes */
|
/* Addressing includes */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue