summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-08-01 09:48:11 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-08-01 09:48:11 +0000
commitece248a610b9e11e0c58581737342acb65fe8076 (patch)
tree753711910d51168d94d27ff1584e0fe8d3bd7ecb
parent647a4731497b1ddfa87aaa3714c0dbadb4152afe (diff)
downloadmpfr-ece248a610b9e11e0c58581737342acb65fe8076.tar.gz
[tests/mpf_compat.h] Include "mpfr-test.h" instead of "mpfr-impl.h",
in order to avoid a link failure under MS Windows with DLL. See: https://sympa.inria.fr/sympa/arc/mpfr/2017-07/msg00012.html https://sympa.inria.fr/sympa/arc/mpfr/2017-07/msg00017.html git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/3.1@11606 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--tests/mpf_compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mpf_compat.h b/tests/mpf_compat.h
index 86604eab6..f8e3de3ad 100644
--- a/tests/mpf_compat.h
+++ b/tests/mpf_compat.h
@@ -22,7 +22,7 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
#include <stdlib.h>
-#include "mpfr-impl.h"
+#include "mpfr-test.h"
#ifdef MPFR
#include "mpf2mpfr.h"