diff options
author | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2000-12-22 12:10:49 +0000 |
---|---|---|
committer | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2000-12-22 12:10:49 +0000 |
commit | 079797ba37e3f3fbf4497efd0852f8db3d3518e5 (patch) | |
tree | c5549ca276d8bafa8131c19f22880468f35b7cce /tests/tcmp2.c | |
parent | 0b4badfcc4454b5d85f3d5b629a26aaa129bd8e9 (diff) | |
download | mpfr-079797ba37e3f3fbf4497efd0852f8db3d3518e5.tar.gz |
added mpfr-test.h for MIPS
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@941 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tcmp2.c')
-rw-r--r-- | tests/tcmp2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tcmp2.c b/tests/tcmp2.c index 1491c938c..4ddb16bea 100644 --- a/tests/tcmp2.c +++ b/tests/tcmp2.c @@ -25,6 +25,7 @@ MA 02111-1307, USA. */ #include "gmp.h" #include "mpfr.h" #include "mpfr-impl.h" +#include "mpfr-test.h" void tcmp2 (double, double, int); void special (void); |