[Python-checkins] CVS: python/dist/src/Modules socketmodule.c,1.204,1.205

M.-A. Lemburg lemburg@users.sourceforge.net
Sat, 16 Feb 2002 10:44:54 -0800


Update of /cvsroot/python/python/dist/src/Modules
In directory usw-pr-cvs1:/tmp/cvs-serv25920/Modules

Modified Files:
	socketmodule.c 
Log Message:
Fix the name of the header file.



Index: socketmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/socketmodule.c,v
retrieving revision 1.204
retrieving revision 1.205
diff -C2 -d -r1.204 -r1.205
*** socketmodule.c	16 Feb 2002 18:23:30 -0000	1.204
--- socketmodule.c	16 Feb 2002 18:44:52 -0000	1.205
***************
*** 134,138 ****
  /* Generic _socket.h definitions and includes */
  #define PySocket_BUILDING_SOCKET
! #include "_socket.h"
  
  /* Addressing includes */
--- 134,138 ----
  /* Generic _socket.h definitions and includes */
  #define PySocket_BUILDING_SOCKET
! #include "socketmodule.h"
  
  /* Addressing includes */