X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fexp10l.c;h=30db1d1e274aaa235392ed3a7dca9774847db66c;hb=2a4af1491709a649672431191a4de9e5e8c2d069;hp=3651a6d47de325ba894a6fb7ae731400d2216e08;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/exp10l.c b/src/math/exp10l.c index 3651a6d..30db1d1 100644 --- a/src/math/exp10l.c +++ b/src/math/exp10l.c @@ -5,9 +5,11 @@ static struct l_l t[] = { #if LDBL_MANT_DIG == 53 #include "sanity/exp10.h" +#include "special/exp10.h" #elif LDBL_MANT_DIG == 64 #include "sanity/exp10l.h" +#include "special/exp10l.h" #endif };