X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2Ffgetln.c;h=afe12b5dfe024add1739f80d5982eefef76d7567;hb=6739b13a172aad9c01572c04cadacc99c7041811;hp=06b8883756e4356f3a0cb96c8d412c9db58b031c;hpb=617182734ca0beffa347747019d78b972e2038f9;p=musl diff --git a/src/stdio/fgetln.c b/src/stdio/fgetln.c index 06b88837..afe12b5d 100644 --- a/src/stdio/fgetln.c +++ b/src/stdio/fgetln.c @@ -1,4 +1,6 @@ +#define _GNU_SOURCE #include "stdio_impl.h" +#include char *fgetln(FILE *f, size_t *plen) {