X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmath%2Fnexttowardl.c;h=add01bbbfe8b01c317989a3ca7deddb531fa1e7d;hb=c886bb85233e642ca37731de72ad3e1f2f18a2f3;hp=8625354ef86035f226ff355df6f7c2d427c33d9d;hpb=5729b0cb56800bde195ac79324f23af6a54bdaac;p=libc-test diff --git a/src/math/nexttowardl.c b/src/math/nexttowardl.c index 8625354..add01bb 100644 --- a/src/math/nexttowardl.c +++ b/src/math/nexttowardl.c @@ -5,9 +5,11 @@ static struct ll_l t[] = { #if LDBL_MANT_DIG == 53 #include "sanity/nexttoward.h" +#include "special/nexttoward.h" #elif LDBL_MANT_DIG == 64 #include "sanity/nexttowardl.h" +#include "special/nexttowardl.h" #endif };