X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Fmath%2Ffmaxf.c;h=695d8179c6c1c314a1bcd92d0696a7cd2131707e;hp=7767c303a81177c00b957f2ae465c887b8eca67e;hb=HEAD;hpb=b69f695acedd4ce2798ef9ea28d834ceccc789bd diff --git a/src/math/fmaxf.c b/src/math/fmaxf.c index 7767c303..695d8179 100644 --- a/src/math/fmaxf.c +++ b/src/math/fmaxf.c @@ -1,4 +1,4 @@ -#include "libm.h" +#include float fmaxf(float x, float y) {