fix loads of missing const in new libm, and some global vars (?!) in powl
[oweals/musl.git] / src / math / fdimf.c
index 5cfeac6b05b1225ffe237292a77e096b07034bd3..543c3648e3ff22e861479ea011a2e2e8c2077d99 100644 (file)
@@ -1,4 +1,4 @@
-#include "libm.h"
+#include <math.h>
 
 float fdimf(float x, float y)
 {