[Python-checkins] CVS: python/dist/src/Modules md5c.c,2.5,2.6

Fred L. Drake python-dev@python.org
Wed, 27 Sep 2000 19:54:54 -0700


Update of /cvsroot/python/python/dist/src/Modules
In directory slayer.i.sourceforge.net:/tmp/cvs-serv15597/Modules

Modified Files:
	md5c.c 
Log Message:

Fix includes; not including Python.h caused the module not to compile on
some platforms.

This *should* close SourceForge patch #115506.


Index: md5c.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/md5c.c,v
retrieving revision 2.5
retrieving revision 2.6
diff -C2 -r2.5 -r2.6
*** md5c.c	2000/07/16 12:04:31	2.5
--- md5c.c	2000/09/28 02:54:51	2.6
***************
*** 24,28 ****
   */
  
! #include "config.h"
  #include "md5.h"
  
--- 24,28 ----
   */
  
! #include "Python.h"
  #include "md5.h"