rework langinfo code for ABI compat and for use by time code
[musl] / src / math / fmaxf.c
index 7767c30..695d817 100644 (file)
@@ -1,4 +1,4 @@
-#include "libm.h"
+#include <math.h>
 
 float fmaxf(float x, float y)
 {