X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fj1.c;h=e1c953bfd59c7f6f8a0f3a8b5c54f3ea13639c9c;hb=bfcf8233495e3d47ec2851f43bda5b2ab24f117c;hp=c21721b5094642ba26c42511c71c9fb04b65da31;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/j1.c b/src/math/j1.c index c21721b..e1c953b 100644 --- a/src/math/j1.c +++ b/src/math/j1.c @@ -1,9 +1,11 @@ +#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" };