summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Modules/socketmodule.c2
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 */