diff options
author | (no author) <(no author)@280ebfd0-de03-0410-8827-d642c229c3f4> | 2003-11-21 13:23:58 +0000 |
---|---|---|
committer | (no author) <(no author)@280ebfd0-de03-0410-8827-d642c229c3f4> | 2003-11-21 13:23:58 +0000 |
commit | 106c460c60e3f1a9a47890589532d491fc091c8f (patch) | |
tree | 1eae41db56c148139a4a097a2410924a0f28f830 /tests/tgamma.c | |
parent | 7f857964d869e4a3f316a7da845e11a9da0388a5 (diff) | |
download | mpfr-2-0-2-rel.tar.gz |
This commit was manufactured by cvs2svn to create tagmpfr-2-0-2-rel
'mpfr-2-0-2-rel'.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/tags/mpfr-2-0-2-rel@2561 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tgamma.c')
-rw-r--r-- | tests/tgamma.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tgamma.c b/tests/tgamma.c index c3179e32b..b19621583 100644 --- a/tests/tgamma.c +++ b/tests/tgamma.c @@ -22,7 +22,9 @@ MA 02111-1307, USA. */ #include <stdio.h> #include <stdlib.h> #include "gmp.h" +#include "gmp-impl.h" #include "mpfr.h" +#include "mpfr-impl.h" #include "mpfr-test.h" int mpfr_gamma (mpfr_ptr, mpfr_srcptr, mp_rnd_t); |