fix loads of missing const in new libm, and some global vars (?!) in powl
[oweals/musl.git] / src / math / fminl.c
index ae7159a54d26a141907a18ac981a5279b098b2aa..69bc24a79bef742518735980c2ff5919589fbb46 100644 (file)
@@ -1,4 +1,5 @@
-#include "libm.h"
+#include <math.h>
+#include <float.h>
 
 #if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024
 long double fminl(long double x, long double y)