summaryrefslogtreecommitdiff
path: root/src/math/scalbf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/scalbf.c')
-rw-r--r--src/math/scalbf.c2
1 files changed, 1 insertions, 1 deletions
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)
{