From bb8b78b77af4de1a9804773b6f64363e6210bb28 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marc-Andr=C3=A9=20Lemburg?= Date: Sat, 16 Feb 2002 18:44:52 +0000 Subject: [PATCH] Fix the name of the header file. --- Modules/socketmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/socketmodule.c b/Modules/socketmodule.c index fb7b046498..54d0c4a8b3 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 */ -- 2.50.0