make fchdir, fchmod, fchown, and fstat support O_PATH file descriptors
[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)
 {