summaryrefslogtreecommitdiff
path: root/tests/tget_set_d64.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2014-09-09 00:17:47 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2014-09-09 00:17:47 +0000
commit0eca1a1319ca4539d7e9471ad9cf40a79e9fe37b (patch)
treee6eb4458306214830484dcb0d7c2a600ff46ae5e /tests/tget_set_d64.c
parentdedadcc4b0a61da7d7c6aa60e76bcf8f7ac2ea34 (diff)
downloadmpfr-0eca1a1319ca4539d7e9471ad9cf40a79e9fe37b.tar.gz
[tests] Corrections for builds with "config.h".
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9204 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tget_set_d64.c')
-rw-r--r--tests/tget_set_d64.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/tget_set_d64.c b/tests/tget_set_d64.c
index af1cc5c92..e97cc243f 100644
--- a/tests/tget_set_d64.c
+++ b/tests/tget_set_d64.c
@@ -20,6 +20,10 @@ along with the GNU MPFR Library; see the file COPYING.LESSER. If not, see
http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */
+#ifdef HAVE_CONFIG_H
+# include "config.h" /* for a build within gmp */
+#endif
+
#ifdef MPFR_WANT_DECIMAL_FLOATS
#include "mpfr-test.h"