X-Git-Url: http://nsz.repo.hu/git/?p=libc-test;a=blobdiff_plain;f=src%2Fmath%2Fj1f.c;h=38e6ab902d1ebeae23479a6859dce53cc976a582;hp=38123fb85be4483497f883453615fa042cbbc0c5;hb=2c671f66e28ac079ae1148f5135c9a52129cc807;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44 diff --git a/src/math/j1f.c b/src/math/j1f.c index 38123fb..38e6ab9 100644 --- a/src/math/j1f.c +++ b/src/math/j1f.c @@ -1,9 +1,13 @@ +#define _DEFAULT_SOURCE 1 +#define _BSD_SOURCE 1 +#define _GNU_SOURCE 1 #include #include -#include "util.h" +#include "mtest.h" static struct f_f t[] = { #include "sanity/j1f.h" +#include "special/j1f.h" };