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