Fix the name of the header file.

This commit is contained in:
Marc-André Lemburg 2002-02-16 18:44:52 +00:00
parent a5d2b4cb18
commit bb8b78b77a
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ Socket methods:
/* Generic _socket.h definitions and includes */
#define PySocket_BUILDING_SOCKET
#include "_socket.h"
#include "socketmodule.h"
/* Addressing includes */