mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
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:
parent
33dde92ecf
commit
a6debecce5
1 changed files with 1 additions and 1 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue