From f996e6343fba4d8f0213240dc3df175d06b0c777 Mon Sep 17 00:00:00 2001 From: William Hart Date: Thu, 26 Jun 2014 14:33:32 +0100 Subject: [PATCH] Replace a gmp.h with mpir.h. --- mpn/generic/mul_fft.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mpn/generic/mul_fft.c b/mpn/generic/mul_fft.c index 49a25ab1..22ea7dfb 100644 --- a/mpn/generic/mul_fft.c +++ b/mpn/generic/mul_fft.c @@ -1,6 +1,6 @@ -#include -#include +#include "mpir.h" +#include "gmp-impl.h" int mpn_mul_fft(mp_ptr rp, mp_size_t rn, mp_srcptr ap, mp_size_t an,