From a87ef5b3e7dd3c9b7cfd6daae5f6c26fb4abf5be Mon Sep 17 00:00:00 2001 From: William Hart Date: Wed, 19 Mar 2014 23:19:46 +0000 Subject: [PATCH] Missing mpir.h. --- mpz/divegcd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpz/divegcd.c b/mpz/divegcd.c index d7f30790..7f1d3353 100644 --- a/mpz/divegcd.c +++ b/mpz/divegcd.c @@ -20,7 +20,7 @@ License for more details. You should have received a copy of the GNU Lesser General Public License along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */ -#include "gmp.h" +#include "mpir.h" #include "gmp-impl.h" #include "longlong.h"