X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmath%2Flog10l.c;h=e0f9eeed3eff47361c5b453c0c4ee46b31470cfd;hb=79ae5f97595f6b9171b6bc8b17e5629f708279da;hp=b05b4fa3b4f252a2eb27dbb4c28be7a04a9095a7;hpb=f9d17902a35b6403b7c8354845e9f13f882c1c8e;p=libc-test diff --git a/src/math/log10l.c b/src/math/log10l.c index b05b4fa..e0f9eee 100644 --- a/src/math/log10l.c +++ b/src/math/log10l.c @@ -4,11 +4,13 @@ static struct l_l t[] = { #if LDBL_MANT_DIG == 53 -D -#include "sanity/log10l.h" -#elif LDBL_MANT_DIG == 64 +#include "crlibm/log10.h" +#include "ucb/log10.h" +#include "sanity/log10.h" +#elif LDBL_MANT_DIG == 64 #include "sanity/log10l.h" + #endif };