Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bb8b78b

Browse files
committed
Fix the name of the header file.
1 parent a5d2b4c commit bb8b78b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/socketmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Socket methods:
133133

134134
/* Generic _socket.h definitions and includes */
135135
#define PySocket_BUILDING_SOCKET
136-
#include "_socket.h"
136+
#include "socketmodule.h"
137137

138138
/* Addressing includes */
139139

0 commit comments

Comments
 (0)