X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fcopysign.c;h=7ef64231eedc032044fe91114fe26a42a0f18d97;hb=453836db72eb1a5b188c57730bf73dbf56653e71;hp=829780e1627b16975942213ea3374eebdf1ed216;hpb=5729b0cb56800bde195ac79324f23af6a54bdaac;p=libc-test diff --git a/src/math/copysign.c b/src/math/copysign.c index 829780e..7ef6423 100644 --- a/src/math/copysign.c +++ b/src/math/copysign.c @@ -1,9 +1,10 @@ #include #include -#include "util.h" +#include "mtest.h" static struct dd_d t[] = { #include "sanity/copysign.h" +#include "special/copysign.h" };