X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Flrintl.c;h=bdb5d2085182113cd3ed05318ddfa268ba79fce4;hb=c886bb85233e642ca37731de72ad3e1f2f18a2f3;hp=8d37d9c0055e442ab2d978c0eeb978eaf0291919;hpb=125fb69ba64c0064de25eb1a23217b00aa393051;p=libc-test diff --git a/src/math/lrintl.c b/src/math/lrintl.c index 8d37d9c..bdb5d20 100644 --- a/src/math/lrintl.c +++ b/src/math/lrintl.c @@ -5,9 +5,11 @@ static struct l_i t[] = { #if LDBL_MANT_DIG == 53 #include "sanity/lrint.h" +#include "special/lrint.h" #elif LDBL_MANT_DIG == 64 #include "sanity/lrintl.h" +#include "special/lrintl.h" #endif };