X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Ffloorl.c;fp=src%2Fmath%2Ffloorl.c;h=bb1b756157de03492f6fcf6562f649f4f01dc624;hb=4282b03a8c212b0e38af1876364be5f332673ce6;hp=76c815eccc1a873b8ac33db89e4c06d256261a60;hpb=f9d17902a35b6403b7c8354845e9f13f882c1c8e;p=libc-test diff --git a/src/math/floorl.c b/src/math/floorl.c index 76c815e..bb1b756 100644 --- a/src/math/floorl.c +++ b/src/math/floorl.c @@ -4,11 +4,12 @@ static struct l_l t[] = { #if LDBL_MANT_DIG == 53 -D -#include "sanity/floorl.h" -#elif LDBL_MANT_DIG == 64 +#include "ucb/floor.h" +#include "sanity/floor.h" +#elif LDBL_MANT_DIG == 64 #include "sanity/floorl.h" + #endif };