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