summaryrefslogtreecommitdiff
path: root/tests/tgamma.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tgamma.c')
-rw-r--r--tests/tgamma.c2
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);