math: fix i386/expl.s with more precise x*log2e
[musl] / src / math / fdimf.c
index 5cfeac6..543c364 100644 (file)
@@ -1,4 +1,4 @@
-#include "libm.h"
+#include <math.h>
 
 float fdimf(float x, float y)
 {