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