crypt: fix the prototype of md5_sum, sha256_sum and sha512_sum
[musl] / src / math / fmin.c
index d1f1645..08a8fd1 100644 (file)
@@ -1,4 +1,4 @@
-#include "libm.h"
+#include <math.h>
 
 double fmin(double x, double y)
 {