X-Git-Url: http://nsz.repo.hu/git/?p=libc-test;a=blobdiff_plain;f=src%2Fmath%2Ffloorl.c;h=f2cf4e88abe431766fb889feec86b35f5beaab5f;hp=4c91694a396059ea9073e934278c8435a080e1e2;hb=f3f0ff4782fc90bd0f3e48fd541ee431f76aaed1;hpb=9aeadc5b0fdc9679c8c257c1a8521f76f1e3b0e7 diff --git a/src/math/floorl.c b/src/math/floorl.c index 4c91694..f2cf4e8 100644 --- a/src/math/floorl.c +++ b/src/math/floorl.c @@ -6,9 +6,11 @@ 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 };