X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Flog10l.c;h=153a9c9283db20f6f9098957bbe8b51533f49f22;hb=6abdab8bf1ccda7f28916222043bb498a1b9adf3;hp=5548ec7d60c828ba1ea816cf6a0c757367bfdded;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/log10l.c b/src/math/log10l.c index 5548ec7..153a9c9 100644 --- a/src/math/log10l.c +++ b/src/math/log10l.c @@ -1,15 +1,17 @@ #include #include -#include "util.h" +#include "mtest.h" static struct l_l t[] = { #if LDBL_MANT_DIG == 53 #include "crlibm/log10.h" #include "ucb/log10.h" #include "sanity/log10.h" +#include "special/log10.h" #elif LDBL_MANT_DIG == 64 #include "sanity/log10l.h" +#include "special/log10l.h" #endif };