X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Flog2l.c;h=057886463032fc35a40a4f88e63ed7dd27362eb1;hb=b8fbda354afe84b26fae2317c49d79b3ff14f1cb;hp=a1a73158ddc8b859b181f731119aea13e4da9f55;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/log2l.c b/src/math/log2l.c index a1a7315..0578864 100644 --- a/src/math/log2l.c +++ b/src/math/log2l.c @@ -6,9 +6,11 @@ static struct l_l t[] = { #if LDBL_MANT_DIG == 53 #include "crlibm/log2.h" #include "sanity/log2.h" +#include "special/log2.h" #elif LDBL_MANT_DIG == 64 #include "sanity/log2l.h" +#include "special/log2l.h" #endif };