diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2002-01-17 20:29:58 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2002-01-17 20:29:58 +0000 |
commit | d2d5332e05f51800258e6b72d32bbbe25d0efc0f (patch) | |
tree | 1b2c62c4254670c8ae5b93bea1c7e58ab5a53bcf /tests/tpow3.c | |
parent | db2855cb9cd5ad14b6e7ad3da11b6b427acd9444 (diff) | |
download | mpfr-d2d5332e05f51800258e6b72d32bbbe25d0efc0f.tar.gz |
#include fixes (Torbjorn Granlund).
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1653 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tpow3.c')
-rw-r--r-- | tests/tpow3.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/tpow3.c b/tests/tpow3.c index 6c2a3c691..12b945e55 100644 --- a/tests/tpow3.c +++ b/tests/tpow3.c @@ -23,10 +23,11 @@ MA 02111-1307, USA. */ #include <stdio.h> #include <limits.h> #include <stdlib.h> -#include <gmp.h> +#include "gmp.h" #include "gmp-impl.h" -#include <mpfr.h> +#include "mpfr.h" #include "mpfr-impl.h" +#include "mpfr-test.h" int |