X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fldexpf.c;h=cc0e23f5c2b1726a231fb95d325c2b595ebe01e1;hb=e940a4375097025e2a2e8110496d5f471adda293;hp=37a7c03e664cb4afce6b94c07388e63518fe7908;hpb=9c6efc03eba4568ba9f1672a2bb0c50a047edd8e;p=libc-test diff --git a/src/math/ldexpf.c b/src/math/ldexpf.c index 37a7c03..cc0e23f 100644 --- a/src/math/ldexpf.c +++ b/src/math/ldexpf.c @@ -4,13 +4,14 @@ static struct fi_f t[] = { #include "sanity/ldexpf.h" +#include "special/ldexpf.h" }; int main(void) { #pragma STDC FENV_ACCESS ON - double y; + float y; float d; int e, i, err = 0; struct fi_f *p;