X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fremainderl.c;h=83cedc1dc9fd1927f306c24e4027b9ffd7be3455;hb=4b4849e54740efe153632dfb14052d7210cea6c6;hp=5ce0f978214e396694a90f4a25dfe200dbb5be11;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/remainderl.c b/src/math/remainderl.c index 5ce0f97..83cedc1 100644 --- a/src/math/remainderl.c +++ b/src/math/remainderl.c @@ -1,13 +1,15 @@ #include #include -#include "util.h" +#include "mtest.h" static struct ll_l t[] = { #if LDBL_MANT_DIG == 53 #include "sanity/remainder.h" +#include "special/remainder.h" #elif LDBL_MANT_DIG == 64 #include "sanity/remainderl.h" +#include "special/remainderl.h" #endif };