X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fj0f.c;h=6db0cc84b03d99827004ac52f7c686e8bee59cbe;hb=d5fe2f139f48684f2e0f99a3c95ce63581e24740;hp=63495961a4c12cb2b7381d656ff6a2a8861f67e9;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/j0f.c b/src/math/j0f.c index 6349596..6db0cc8 100644 --- a/src/math/j0f.c +++ b/src/math/j0f.c @@ -1,9 +1,12 @@ +#define _BSD_SOURCE 1 +#define _GNU_SOURCE 1 #include #include -#include "util.h" +#include "mtest.h" static struct f_f t[] = { #include "sanity/j0f.h" +#include "special/j0f.h" };