From: Guido van Rossum Date: Mon, 15 Dec 1997 17:55:53 +0000 (+0000) Subject: Untested change to include gmp-mparam.h instead of gmp-impl.h. X-Git-Tag: v1.5~162 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=97250cb2888ad7201df87be22d53ae3fa1ce3da6;p=python Untested change to include gmp-mparam.h instead of gmp-impl.h. Chris Lawrence --- diff --git a/Modules/mpzmodule.c b/Modules/mpzmodule.c index bfa8ff7669..ae4243af08 100644 --- a/Modules/mpzmodule.c +++ b/Modules/mpzmodule.c @@ -92,7 +92,7 @@ PERFORMANCE OF THIS SOFTWARE. */ #include "gmp.h" -#include "gmp-impl.h" +#include "gmp-mparam.h" #if __GNU_MP__ + 0 == 2 #define GMP2