X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fsinl.c;h=5b29628040e3c559c45f0dde1ea2ad84b87b4f8b;hb=4282b03a8c212b0e38af1876364be5f332673ce6;hp=471d38fe53b8c72572fb9492cf9afe479f5f25af;hpb=f9d17902a35b6403b7c8354845e9f13f882c1c8e;p=libc-test diff --git a/src/math/sinl.c b/src/math/sinl.c index 471d38f..5b29628 100644 --- a/src/math/sinl.c +++ b/src/math/sinl.c @@ -4,11 +4,13 @@ static struct l_l t[] = { #if LDBL_MANT_DIG == 53 -D -#include "sanity/sinl.h" -#elif LDBL_MANT_DIG == 64 +#include "crlibm/sin.h" +#include "ucb/sin.h" +#include "sanity/sin.h" +#elif LDBL_MANT_DIG == 64 #include "sanity/sinl.h" + #endif };