diff options
Diffstat (limited to 'src/math/scalblnl.c')
| -rw-r--r-- | src/math/scalblnl.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/src/math/scalblnl.c b/src/math/scalblnl.c index 82ebbed0..854c51c4 100644 --- a/src/math/scalblnl.c +++ b/src/math/scalblnl.c @@ -1,5 +1,6 @@  #include <limits.h> -#include "libm.h" +#include <math.h> +#include <float.h>  #if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024  long double scalblnl(long double x, long n) | 
