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