X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Flrint.c;h=0d4bf854bccafb2f94433a6a0ac68c398288f7f3;hb=f3f0ff4782fc90bd0f3e48fd541ee431f76aaed1;hp=f496954b50060ddb5c57f34a0bc01f8a0d14c126;hpb=e084227a3608bc38230b88ea03e7b0f0804dd3ad;p=libc-test diff --git a/src/math/lrint.c b/src/math/lrint.c index f496954..0d4bf85 100644 --- a/src/math/lrint.c +++ b/src/math/lrint.c @@ -4,6 +4,7 @@ static struct d_i t[] = { #include "sanity/lrint.h" +#include "special/lrint.h" }; @@ -11,7 +12,6 @@ int main(void) { #pragma STDC FENV_ACCESS ON long long yi; - float d; int e, i, err = 0; struct d_i *p;