X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fsincosl.c;h=85859b36e90d74e53240798a91bc8c8efd5a2420;hb=e940a4375097025e2a2e8110496d5f471adda293;hp=697eedaf5973d94a90520060097b4b2d71323d27;hpb=cb9f87af9a1f917facd1140603b24f1087729751;p=libc-test diff --git a/src/math/sincosl.c b/src/math/sincosl.c index 697eeda..85859b3 100644 --- a/src/math/sincosl.c +++ b/src/math/sincosl.c @@ -5,8 +5,10 @@ static struct l_ll t[] = { #if LDBL_MANT_DIG == 53 #include "sanity/sincos.h" +#include "special/sincos.h" #elif LDBL_MANT_DIG == 64 #include "sanity/sincosl.h" +#include "special/sincosl.h" #endif };