X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fexpm1l.c;h=02b4e8fd6c03a7f5d16b090fb3bb43169802c26e;hb=1a1bad41337d53922fde2abf8645de006c871965;hp=795054275817a4565d9b0d06eec0e0b8c0d1b2f0;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/expm1l.c b/src/math/expm1l.c index 7950542..02b4e8f 100644 --- a/src/math/expm1l.c +++ b/src/math/expm1l.c @@ -6,9 +6,11 @@ static struct l_l t[] = { #if LDBL_MANT_DIG == 53 #include "crlibm/expm1.h" #include "sanity/expm1.h" +#include "special/expm1.h" #elif LDBL_MANT_DIG == 64 #include "sanity/expm1l.h" +#include "special/expm1l.h" #endif };