diff options
Diffstat (limited to 'div_ui.c')
-rw-r--r-- | div_ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,6 +21,7 @@ MA 02111-1307, USA. */ #include <stdio.h> #include "gmp.h" +#include "mpfr.h" #if (__GNU_MP_VERSION < 3) /* longlong.h has to come before gmp-impl.h, otherwise UDIV_NEEDS_NORMALIZATION is wrongly defined */ @@ -30,7 +31,6 @@ MA 02111-1307, USA. */ #include "gmp-impl.h" #include "longlong.h" #endif -#include "mpfr.h" /* #define DEBUG */ |