X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fscalbnl.c;h=136112c7567dd1b31fa68794c49aa11b7e555cfc;hb=1a1bad41337d53922fde2abf8645de006c871965;hp=cb7eb15ede780d00c2ddfd9ac1fa81cad42ded6f;hpb=5729b0cb56800bde195ac79324f23af6a54bdaac;p=libc-test diff --git a/src/math/scalbnl.c b/src/math/scalbnl.c index cb7eb15..136112c 100644 --- a/src/math/scalbnl.c +++ b/src/math/scalbnl.c @@ -5,9 +5,11 @@ static struct li_l t[] = { #if LDBL_MANT_DIG == 53 #include "sanity/scalbn.h" +#include "special/scalbn.h" #elif LDBL_MANT_DIG == 64 #include "sanity/scalbnl.h" +#include "special/scalbnl.h" #endif };