-rw-r--r-- | src/math/scalbf.c | 2 |
diff --git a/src/math/scalbf.c b/src/math/scalbf.c index 0cc091f1..d08f2a1a 100644 --- a/src/math/scalbf.c +++ b/src/math/scalbf.c @@ -13,7 +13,7 @@ * ==================================================== */ -#include "libm.h" +#include <math.h> float scalbf(float x, float fn) { |