X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fj1.c;h=677dc2d4c8301ec13553cb800be4f128d9739277;hb=6c9a64c370c3fd92b1cda3ef4246933956575c12;hp=c21721b5094642ba26c42511c71c9fb04b65da31;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/j1.c b/src/math/j1.c index c21721b..677dc2d 100644 --- a/src/math/j1.c +++ b/src/math/j1.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/j1.h" +#include "special/j1.h" };