diff options
-rw-r--r-- | Modules/socketmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/socketmodule.c b/Modules/socketmodule.c index fb7b046..54d0c4a 100644 --- a/Modules/socketmodule.c +++ b/Modules/socketmodule.c @@ -133,7 +133,7 @@ Socket methods: /* Generic _socket.h definitions and includes */ #define PySocket_BUILDING_SOCKET -#include "_socket.h" +#include "socketmodule.h" /* Addressing includes */ |