diff options
-rw-r--r-- | Modules/md5c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/md5c.c b/Modules/md5c.c index e6e7898eba..a2b8aecd7b 100644 --- a/Modules/md5c.c +++ b/Modules/md5c.c @@ -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. */ |