X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fldexpl.c;h=331cb7e642d8689ad76a3f988e05bb7ed9029e07;hb=3feaa322fdec8f8a45ec19a260103f11a12891e3;hp=c45e9c52e81732009264403a7db25f7e1dc58509;hpb=9c6efc03eba4568ba9f1672a2bb0c50a047edd8e;p=libc-test diff --git a/src/math/ldexpl.c b/src/math/ldexpl.c index c45e9c5..331cb7e 100644 --- a/src/math/ldexpl.c +++ b/src/math/ldexpl.c @@ -5,9 +5,11 @@ static struct li_l t[] = { #if LDBL_MANT_DIG == 53 #include "sanity/ldexp.h" +#include "special/ldexp.h" #elif LDBL_MANT_DIG == 64 #include "sanity/ldexpl.h" +#include "special/ldexpl.h" #endif };