summaryrefslogtreecommitdiff
path: root/tests/mpf
diff options
context:
space:
mode:
authorTorbjorn Granlund <tg@gmplib.org>2019-08-17 00:52:42 +0200
committerTorbjorn Granlund <tg@gmplib.org>2019-08-17 00:52:42 +0200
commit01827af231d865797fcccce94393fc1ef1aacd5d (patch)
treeca8173e5a5c0c055210206fc19b4ef80a9a3c1cb /tests/mpf
parentc53ad13001f5f246fb46816476ede4e4ee30b1e7 (diff)
downloadgmp-01827af231d865797fcccce94393fc1ef1aacd5d.tar.gz
Include gmp-impl.h.
Diffstat (limited to 'tests/mpf')
-rw-r--r--tests/mpf/t-get_d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mpf/t-get_d.c b/tests/mpf/t-get_d.c
index 66b9623f9..4e4c741f1 100644
--- a/tests/mpf/t-get_d.c
+++ b/tests/mpf/t-get_d.c
@@ -19,7 +19,7 @@ the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */
#include <stdio.h>
#include <stdlib.h>
-#include "gmp.h"
+#include "gmp-impl.h"
#include "tests.h"
#if defined (__vax) || defined (__vax__)