X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Ffmax.c;h=94f0caa17751b63d46e6826d37e63923dc468484;hb=04ccbdca6d88738e23e0d6a622ad33854c468646;hp=0b6bf6f3bf877b69566bef73449925dd114084a2;hpb=b69f695acedd4ce2798ef9ea28d834ceccc789bd;p=musl diff --git a/src/math/fmax.c b/src/math/fmax.c index 0b6bf6f3..94f0caa1 100644 --- a/src/math/fmax.c +++ b/src/math/fmax.c @@ -1,4 +1,4 @@ -#include "libm.h" +#include double fmax(double x, double y) {