X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Ffmin.c;h=08a8fd17f29e3759b972b04d123c1194aed68254;hb=3bb6bd85808ace7b588d1c523bb7badfd9e72650;hp=d1f1645491eae13cbe56287311be450436962fc6;hpb=b69f695acedd4ce2798ef9ea28d834ceccc789bd;p=musl diff --git a/src/math/fmin.c b/src/math/fmin.c index d1f16454..08a8fd17 100644 --- a/src/math/fmin.c +++ b/src/math/fmin.c @@ -1,4 +1,4 @@ -#include "libm.h" +#include double fmin(double x, double y) {