X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Ffloorl.c;h=9681e6db1fb8f46d294b0ae4ea7b81f1ecd350cc;hb=b76071f55afbc307d8922b195cbc8f5eaa8a773d;hp=4c91694a396059ea9073e934278c8435a080e1e2;hpb=5729b0cb56800bde195ac79324f23af6a54bdaac;p=libc-test diff --git a/src/math/floorl.c b/src/math/floorl.c index 4c91694..9681e6d 100644 --- a/src/math/floorl.c +++ b/src/math/floorl.c @@ -1,14 +1,16 @@ #include #include -#include "util.h" +#include "mtest.h" static struct l_l t[] = { #if LDBL_MANT_DIG == 53 #include "ucb/floor.h" #include "sanity/floor.h" +#include "special/floor.h" #elif LDBL_MANT_DIG == 64 #include "sanity/floorl.h" +#include "special/floorl.h" #endif };