X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fcopysignl.c;h=6ecf7b1f924d2d361fdfc331add2d1d745299f8a;hb=e248db1c46f61cf34548e739bc6ff106013b1ba2;hp=bdab602ce9ce0eaf50a77b193599036e4d8ce27f;hpb=5729b0cb56800bde195ac79324f23af6a54bdaac;p=libc-test diff --git a/src/math/copysignl.c b/src/math/copysignl.c index bdab602..6ecf7b1 100644 --- a/src/math/copysignl.c +++ b/src/math/copysignl.c @@ -5,9 +5,11 @@ static struct ll_l t[] = { #if LDBL_MANT_DIG == 53 #include "sanity/copysign.h" +#include "special/copysign.h" #elif LDBL_MANT_DIG == 64 #include "sanity/copysignl.h" +#include "special/copysignl.h" #endif };