diff options
Diffstat (limited to 'tests/tui_div.c')
-rw-r--r-- | tests/tui_div.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/tui_div.c b/tests/tui_div.c index ac94e8654..61dfee92b 100644 --- a/tests/tui_div.c +++ b/tests/tui_div.c @@ -24,9 +24,8 @@ MA 02111-1307, USA. */ #include <stdlib.h> #include "gmp.h" #include "mpfr.h" -#include "mpfr-impl.h" -#ifdef __mips -#include <sys/fpu.h> +#ifdef TEST +#include "mpfr-test.h" #endif extern int isnan(); |