X-Git-Url: http://nsz.repo.hu/git/?p=libc-test;a=blobdiff_plain;f=src%2Fmath%2Filogbl.c;h=f34c89110288b2580d66d8eff169e287be9ebdf6;hp=1dcac122e7698f006615f73d1691a59eecc65f13;hb=f3f0ff4782fc90bd0f3e48fd541ee431f76aaed1;hpb=9aeadc5b0fdc9679c8c257c1a8521f76f1e3b0e7 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 };