X-Git-Url: http://nsz.repo.hu/git/?p=libc-test;a=blobdiff_plain;f=src%2Fmath%2Fj1.c;h=76af0a38ff9479250731bf622c3e20493a9e32ff;hp=d9a24894d223ac293c101c9b0c071a93ccc1d9ad;hb=2c671f66e28ac079ae1148f5135c9a52129cc807;hpb=f3f0ff4782fc90bd0f3e48fd541ee431f76aaed1 diff --git a/src/math/j1.c b/src/math/j1.c index d9a2489..76af0a3 100644 --- a/src/math/j1.c +++ b/src/math/j1.c @@ -1,6 +1,9 @@ +#define _DEFAULT_SOURCE 1 +#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"