summaryrefslogtreecommitdiffstats
path: root/libtommath
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-06-09 07:19:07 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-06-09 07:19:07 (GMT)
commit7e6be917ecddf7cb6c47d57846021f01cff0e1cc (patch)
tree0157309c1bc4fb6248ce2b48ab60e3b0bdf2a98e /libtommath
parent7be7092a2ce6ccd3b004388aa528a27802d5fe87 (diff)
parent5b7381172b50e4031c4e3076a4a60974d2a865a4 (diff)
downloadtcl-7e6be917ecddf7cb6c47d57846021f01cff0e1cc.zip
tcl-7e6be917ecddf7cb6c47d57846021f01cff0e1cc.tar.gz
tcl-7e6be917ecddf7cb6c47d57846021f01cff0e1cc.tar.bz2
Merge 8.7
Diffstat (limited to 'libtommath')
-rw-r--r--libtommath/bn_mp_sqrt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libtommath/bn_mp_sqrt.c b/libtommath/bn_mp_sqrt.c
index 4481d3a..dcf28fd 100644
--- a/libtommath/bn_mp_sqrt.c
+++ b/libtommath/bn_mp_sqrt.c
@@ -4,6 +4,7 @@
/* SPDX-License-Identifier: Unlicense */
#ifndef NO_FLOATING_POINT
+#include <float.h>
#include <math.h>
#if (MP_DIGIT_BIT != 28) || (FLT_RADIX != 2) || (DBL_MANT_DIG != 53) || (DBL_MAX_EXP != 1024)
#define NO_FLOATING_POINT