diff options
Diffstat (limited to 'src/stdio/fgetln.c')
-rw-r--r-- | src/stdio/fgetln.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <string.h> char *fgetln(FILE *f, size_t *plen) { |