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

some platforms.

This *should* close SourceForge patch #115506.
This commit is contained in:
Fred Drake 2000-09-28 02:54:51 +00:00
parent 33dde92ecf
commit a6debecce5

View file

@ -23,7 +23,7 @@ These notices must be retained in any copies of any part of this
documentation and/or software.
*/
#include "config.h"
#include "Python.h"
#include "md5.h"
/* Constants for MD5Transform routine. */