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