X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fj0.c;h=4e3bc3183ec4513b4f8e841a56a90293a8a7691a;hb=4b4849e54740efe153632dfb14052d7210cea6c6;hp=e1faf28189a748d0a3e173fb96cf58b0ac0804a5;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/j0.c b/src/math/j0.c index e1faf28..4e3bc31 100644 --- a/src/math/j0.c +++ b/src/math/j0.c @@ -1,9 +1,12 @@ +#define _BSD_SOURCE 1 +#define _XOPEN_SOURCE 700 #include #include -#include "util.h" +#include "mtest.h" static struct d_d t[] = { #include "sanity/j0.h" +#include "special/j0.h" };