X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Ffmaxf.c;h=695d8179c6c1c314a1bcd92d0696a7cd2131707e;hb=c6383b7b10303457306932584fc23f24b5153a81;hp=7767c303a81177c00b957f2ae465c887b8eca67e;hpb=b69f695acedd4ce2798ef9ea28d834ceccc789bd;p=musl 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) {