diff options
| -rw-r--r-- | src/math/logbl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/math/logbl.c b/src/math/logbl.c index 962973a7..82dba942 100644 --- a/src/math/logbl.c +++ b/src/math/logbl.c @@ -1,4 +1,5 @@ #include <math.h> +#include <float.h> #if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024 long double logbl(long double x) { |
