summaryrefslogtreecommitdiff
path: root/tests/texpm1.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/texpm1.c')
-rw-r--r--tests/texpm1.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/texpm1.c b/tests/texpm1.c
index b57ff9d0e..f05f7d22a 100644
--- a/tests/texpm1.c
+++ b/tests/texpm1.c
@@ -22,8 +22,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"
#define TEST_FUNCTION mpfr_expm1
#include "tgeneric.c"