X-Git-Url: http://nsz.repo.hu/git/?p=libc-test;a=blobdiff_plain;f=src%2Fmath%2Fj1.c;h=76af0a38ff9479250731bf622c3e20493a9e32ff;hp=d884091d6f1abecb8c760e21146f1c2e8ddf6965;hb=2c671f66e28ac079ae1148f5135c9a52129cc807;hpb=cfa23cc1bd01f5c44d7746b8b1839f84d5e1b6eb diff --git a/src/math/j1.c b/src/math/j1.c index d884091..76af0a3 100644 --- a/src/math/j1.c +++ b/src/math/j1.c @@ -1,3 +1,6 @@ +#define _DEFAULT_SOURCE 1 +#define _BSD_SOURCE 1 +#define _XOPEN_SOURCE 700 #include #include #include "mtest.h"