summaryrefslogtreecommitdiff
path: root/tests/tgamma.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-03-11 05:44:18 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-03-11 05:44:18 +0000
commit92cf457373ec8264cdf69eb7116ec3b1f3b5b4e9 (patch)
tree8e6716989b91d4a02fc11fdc5ef7bfe1ec34e458 /tests/tgamma.c
parent300d12214e932576512e38af4fb420567fc12c2e (diff)
downloadmpfr-92cf457373ec8264cdf69eb7116ec3b1f3b5b4e9.tar.gz
#include changes.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1721 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tgamma.c')
-rw-r--r--tests/tgamma.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/tgamma.c b/tests/tgamma.c
index 82825278f..54474dc80 100644
--- a/tests/tgamma.c
+++ b/tests/tgamma.c
@@ -21,8 +21,9 @@ MA 02111-1307, USA. */
#include <stdio.h>
#include <stdlib.h>
-#include <gmp.h>
-#include <mpfr.h>
+#include "gmp.h"
+#include "mpfr.h"
+#include "mpfr-test.h"
int mpfr_gamma (mpfr_ptr, mpfr_srcptr, mp_rnd_t);