diff options
Diffstat (limited to 'src/math/ldexpl.c')
-rw-r--r-- | src/math/ldexpl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/ldexpl.c b/src/math/ldexpl.c index 885ff6e9..fd145ccc 100644 --- a/src/math/ldexpl.c +++ b/src/math/ldexpl.c @@ -1,4 +1,4 @@ -#include "libm.h" +#include <math.h> long double ldexpl(long double x, int n) { |