summaryrefslogtreecommitdiff
path: root/tests/tset_float128.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/tset_float128.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/tset_float128.c')
-rw-r--r--tests/tset_float128.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/tset_float128.c b/tests/tset_float128.c
index 4e7987015..15a4e5039 100644
--- a/tests/tset_float128.c
+++ b/tests/tset_float128.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 WITH_FPU_CONTROL
#include <fpu_control.h>
#endif