X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fpow10l.c;h=19b03f874e34c5e290e6ad0ccb91bc2ea6c46eb6;hb=d2ba8e6653b825dff20e989f4cf8fdcc33f3f6be;hp=3f1abae69ccfe0caa858866b2fe25e7d9f9b7dd5;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/pow10l.c b/src/math/pow10l.c index 3f1abae..19b03f8 100644 --- a/src/math/pow10l.c +++ b/src/math/pow10l.c @@ -5,9 +5,11 @@ static struct l_l t[] = { #if LDBL_MANT_DIG == 53 #include "sanity/pow10.h" +#include "special/exp10.h" #elif LDBL_MANT_DIG == 64 #include "sanity/pow10l.h" +#include "special/exp10l.h" #endif };