From: Marc-André Lemburg Date: Sat, 16 Feb 2002 18:44:52 +0000 (+0000) Subject: Fix the name of the header file. X-Git-Tag: v2.3c1~6663 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bb8b78b77af4de1a9804773b6f64363e6210bb28;p=thirdparty%2FPython%2Fcpython.git Fix the name of the header file. --- diff --git a/Modules/socketmodule.c b/Modules/socketmodule.c index fb7b04649875..54d0c4a8b370 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 */