]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix includes; not including Python.h caused the module not to compile on
authorFred Drake <fdrake@acm.org>
Thu, 28 Sep 2000 02:54:51 +0000 (02:54 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 28 Sep 2000 02:54:51 +0000 (02:54 +0000)
commita6debecce5ddf1251f2430c159c7dc644748a30e
tree6aa7bc82065b2c0cbeb9c188c744a1b71dc6b558
parent33dde92ecfa4e2afe883a9cd4630ed83839bb26b
Fix includes; not including Python.h caused the module not to compile on
some platforms.

This *should* close SourceForge patch #115506.
Modules/md5c.c