X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fnearbyintf.c;h=07df8f540507a43580c7945d910121c026fe45ab;hb=aa1b4dff45788f8205e32ea01da243fe09568aa8;hp=e4bdb26c5c9be6aa5754944be2ec5546f9c4070d;hpb=b69f695acedd4ce2798ef9ea28d834ceccc789bd;p=musl diff --git a/src/math/nearbyintf.c b/src/math/nearbyintf.c index e4bdb26c..07df8f54 100644 --- a/src/math/nearbyintf.c +++ b/src/math/nearbyintf.c @@ -1,5 +1,5 @@ #include -#include "libm.h" +#include float nearbyintf(float x) { fenv_t e;