X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fnearbyintf.c;fp=src%2Fmath%2Fnearbyintf.c;h=07df8f540507a43580c7945d910121c026fe45ab;hb=9560b6b152efeb23cc4e570dbaea5ef333ac971f;hp=e4bdb26c5c9be6aa5754944be2ec5546f9c4070d;hpb=df8b3e5aef151748426b17d4fbccd508acb14207;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;