X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmath%2Fremainderl.c;h=f1c8be0b7ee79f6734a237d898923d32f0f1308f;hb=b3580f11bf7b91afd597e6224c2f265d6d0b087f;hp=5ce0f978214e396694a90f4a25dfe200dbb5be11;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/remainderl.c b/src/math/remainderl.c index 5ce0f97..f1c8be0 100644 --- a/src/math/remainderl.c +++ b/src/math/remainderl.c @@ -5,9 +5,11 @@ 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 };