Commit a6debecc authored by Fred Drake's avatar Fred Drake

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

some platforms.

This *should* close SourceForge patch #115506.
parent 33dde92e
......@@ -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. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment