]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
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)
some platforms.

This *should* close SourceForge patch #115506.

Modules/md5c.c

index e6e7898eba74bb361d5f556241c0ce4aad50416d..a2b8aecd7b58bc8e2893e2d9d50dd32b3e4c3e0d 100644 (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. */