X-Git-Url: http://nsz.repo.hu/git/?p=libc-test;a=blobdiff_plain;f=src%2Fmath%2Flog1pl.c;h=53ff8d96dd8164617195b5ece44f6969a58ad564;hp=07b0afa9cac3d8e9200021c6a17ca00ac7513e27;hb=f3f0ff4782fc90bd0f3e48fd541ee431f76aaed1;hpb=9aeadc5b0fdc9679c8c257c1a8521f76f1e3b0e7 diff --git a/src/math/log1pl.c b/src/math/log1pl.c index 07b0afa..53ff8d9 100644 --- a/src/math/log1pl.c +++ b/src/math/log1pl.c @@ -6,9 +6,11 @@ static struct l_l t[] = { #if LDBL_MANT_DIG == 53 #include "crlibm/log1p.h" #include "sanity/log1p.h" +#include "special/log1p.h" #elif LDBL_MANT_DIG == 64 #include "sanity/log1pl.h" +#include "special/log1pl.h" #endif };