]> granicus.if.org Git - python/commitdiff
Fix the name of the header file.
authorMarc-André Lemburg <mal@egenix.com>
Sat, 16 Feb 2002 18:44:52 +0000 (18:44 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Sat, 16 Feb 2002 18:44:52 +0000 (18:44 +0000)
Modules/socketmodule.c

index fb7b04649875d6d4e8b08dadd378a10a4766fdef..54d0c4a8b370e98e24a65f53264a5d8fd046060a 100644 (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 */