X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fsincos.c;h=94c292d2448c539f1b80750cd39bc30754a97b6b;hb=47997c60641d55d6101a424c9a664a7ff6bad20f;hp=1c314f3f3331487a7190cf103620ba90e781636f;hpb=f3f0ff4782fc90bd0f3e48fd541ee431f76aaed1;p=libc-test diff --git a/src/math/sincos.c b/src/math/sincos.c index 1c314f3..94c292d 100644 --- a/src/math/sincos.c +++ b/src/math/sincos.c @@ -1,6 +1,7 @@ +#define _GNU_SOURCE 1 #include #include -#include "util.h" +#include "mtest.h" static struct d_dd t[] = { #include "sanity/sincos.h"