X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fceill.c;h=b2707b9977ecbd49538b38e6f0d78620f8dbd1a1;hb=db87a4c3abf99af95d5dfe27f77b6815ec27a4f4;hp=23f5b2b8a95a7bcd58139c92a3a0f787e9ca0996;hpb=5729b0cb56800bde195ac79324f23af6a54bdaac;p=libc-test diff --git a/src/math/ceill.c b/src/math/ceill.c index 23f5b2b..b2707b9 100644 --- a/src/math/ceill.c +++ b/src/math/ceill.c @@ -6,9 +6,11 @@ static struct l_l t[] = { #if LDBL_MANT_DIG == 53 #include "ucb/ceil.h" #include "sanity/ceil.h" +#include "special/ceil.h" #elif LDBL_MANT_DIG == 64 #include "sanity/ceill.h" +#include "special/ceill.h" #endif };