summaryrefslogtreecommitdiff
path: root/ui_pow_ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui_pow_ui.c')
-rw-r--r--ui_pow_ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui_pow_ui.c b/ui_pow_ui.c
index 83fb0c28c..43154fe51 100644
--- a/ui_pow_ui.c
+++ b/ui_pow_ui.c
@@ -29,7 +29,7 @@ mpfr_ui_pow_ui (mpfr_ptr x, unsigned long int y, unsigned long int n,
mp_exp_t err;
unsigned long m;
mpfr_t res;
- mp_prec_t prec;
+ mpfr_prec_t prec;
int size_n;
int inexact;
MPFR_ZIV_DECL (loop);