From 97250cb2888ad7201df87be22d53ae3fa1ce3da6 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 15 Dec 1997 17:55:53 +0000 Subject: Untested change to include gmp-mparam.h instead of gmp-impl.h. Chris Lawrence --- Modules/mpzmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/mpzmodule.c b/Modules/mpzmodule.c index bfa8ff7..ae4243a 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 -- cgit v0.12