Replace a gmp.h with mpir.h.
This commit is contained in:
parent
636ce4f666
commit
f996e6343f
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
#include <gmp.h>
|
#include "mpir.h"
|
||||||
#include <gmp-impl.h>
|
#include "gmp-impl.h"
|
||||||
|
|
||||||
int
|
int
|
||||||
mpn_mul_fft(mp_ptr rp, mp_size_t rn, mp_srcptr ap, mp_size_t an,
|
mpn_mul_fft(mp_ptr rp, mp_size_t rn, mp_srcptr ap, mp_size_t an,
|
||||||
|
Loading…
Reference in New Issue
Block a user