diff options
Diffstat (limited to 'src/math/scalbln.c')
-rw-r--r-- | src/math/scalbln.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/scalbln.c b/src/math/scalbln.c index 53854fda..e6f3f195 100644 --- a/src/math/scalbln.c +++ b/src/math/scalbln.c @@ -1,5 +1,5 @@ #include <limits.h> -#include "libm.h" +#include <math.h> double scalbln(double x, long n) { |