summaryrefslogtreecommitdiff
path: root/src/math/fdimf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/fdimf.c')
-rw-r--r--src/math/fdimf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/fdimf.c b/src/math/fdimf.c
index 5cfeac6b..543c3648 100644
--- a/src/math/fdimf.c
+++ b/src/math/fdimf.c
@@ -1,4 +1,4 @@
-#include "libm.h"
+#include <math.h>
float fdimf(float x, float y)
{