X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fldexpl.c;h=8aa6a226d7aa5e95453a29921b9f35cbd0b434f8;hb=7b5ccd5b5297e4a0e413a1517699fbfb5bb575be;hp=c45e9c52e81732009264403a7db25f7e1dc58509;hpb=9c6efc03eba4568ba9f1672a2bb0c50a047edd8e;p=libc-test diff --git a/src/math/ldexpl.c b/src/math/ldexpl.c index c45e9c5..8aa6a22 100644 --- a/src/math/ldexpl.c +++ b/src/math/ldexpl.c @@ -1,13 +1,15 @@ #include #include -#include "util.h" +#include "mtest.h" 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 };