X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fllroundl.c;fp=src%2Fmath%2Fllroundl.c;h=8c1fdc8a26b1313b12a783cdc3649a9e9d672448;hb=f3f0ff4782fc90bd0f3e48fd541ee431f76aaed1;hp=04917fefb37e1a28ba9c76dd5cfdca6ddcbd0ba6;hpb=9aeadc5b0fdc9679c8c257c1a8521f76f1e3b0e7;p=libc-test diff --git a/src/math/llroundl.c b/src/math/llroundl.c index 04917fe..8c1fdc8 100644 --- a/src/math/llroundl.c +++ b/src/math/llroundl.c @@ -5,9 +5,11 @@ static struct l_i t[] = { #if LDBL_MANT_DIG == 53 #include "sanity/llround.h" +#include "special/llround.h" #elif LDBL_MANT_DIG == 64 #include "sanity/llroundl.h" +#include "special/llroundl.h" #endif };