X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Filogbl.c;h=f34c89110288b2580d66d8eff169e287be9ebdf6;hb=2a4af1491709a649672431191a4de9e5e8c2d069;hp=1dcac122e7698f006615f73d1691a59eecc65f13;hpb=125fb69ba64c0064de25eb1a23217b00aa393051;p=libc-test diff --git a/src/math/ilogbl.c b/src/math/ilogbl.c index 1dcac12..f34c891 100644 --- a/src/math/ilogbl.c +++ b/src/math/ilogbl.c @@ -5,9 +5,11 @@ static struct l_i t[] = { #if LDBL_MANT_DIG == 53 #include "sanity/ilogb.h" +#include "special/ilogb.h" #elif LDBL_MANT_DIG == 64 #include "sanity/ilogbl.h" +#include "special/ilogbl.h" #endif };