revert regex "cleanup" that seems unjustified and may break backtracking
[musl] / src / math / fmaxl.c
index 8a1e365..4b03158 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 fmaxl(long double x, long double y)