X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Froundl.c;h=8473ddac01b286429ed978333dfb924a9cd3f794;hb=02466ce21383217abf5e871cd391eeffbaa171b6;hp=06abed6672737b480c223855954dd3b91a7a69fa;hpb=5729b0cb56800bde195ac79324f23af6a54bdaac;p=libc-test diff --git a/src/math/roundl.c b/src/math/roundl.c index 06abed6..8473dda 100644 --- a/src/math/roundl.c +++ b/src/math/roundl.c @@ -1,13 +1,15 @@ #include #include -#include "util.h" +#include "mtest.h" 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 };