X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fsqrtl.c;h=d07fb4306d4e1f4e5ff30d0facc6d97144089881;hb=79ae5f97595f6b9171b6bc8b17e5629f708279da;hp=93490ab76b55130534a1ea702730ca6feb0c9be8;hpb=f9d17902a35b6403b7c8354845e9f13f882c1c8e;p=libc-test diff --git a/src/math/sqrtl.c b/src/math/sqrtl.c index 93490ab..d07fb43 100644 --- a/src/math/sqrtl.c +++ b/src/math/sqrtl.c @@ -4,11 +4,12 @@ static struct l_l t[] = { #if LDBL_MANT_DIG == 53 -D -#include "sanity/sqrtl.h" -#elif LDBL_MANT_DIG == 64 +#include "ucb/sqrt.h" +#include "sanity/sqrt.h" +#elif LDBL_MANT_DIG == 64 #include "sanity/sqrtl.h" + #endif };