X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fj1f.c;h=58875af9fc1edc27ba9b427eeca3d6eb197b30ab;hb=0d0c2f40344640a2a6942dda156509593f51db5d;hp=6abde34927da2998ac0dfa94a651182612b98582;hpb=e216951f509b71da193da2fc63e25b998740d58b;p=musl diff --git a/src/math/j1f.c b/src/math/j1f.c index 6abde349..58875af9 100644 --- a/src/math/j1f.c +++ b/src/math/j1f.c @@ -13,6 +13,7 @@ * ==================================================== */ +#define _GNU_SOURCE #include "libm.h" static float ponef(float), qonef(float);