X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Froundl.c;fp=src%2Fmath%2Froundl.c;h=53b254f47fc09d55db041672622ad880a59c819c;hb=f3f0ff4782fc90bd0f3e48fd541ee431f76aaed1;hp=06abed6672737b480c223855954dd3b91a7a69fa;hpb=9aeadc5b0fdc9679c8c257c1a8521f76f1e3b0e7;p=libc-test diff --git a/src/math/roundl.c b/src/math/roundl.c index 06abed6..53b254f 100644 --- a/src/math/roundl.c +++ b/src/math/roundl.c @@ -5,9 +5,11 @@ static struct l_l t[] = { #if LDBL_MANT_DIG == 53 #include "sanity/round.h" +#include "special/round.h" #elif LDBL_MANT_DIG == 64 #include "sanity/roundl.h" +#include "special/roundl.h" #endif };