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 a2e4bd3c..afe12b5d 100644 --- a/src/stdio/fgetln.c +++ b/src/stdio/fgetln.c @@ -1,3 +1,4 @@ +#define _GNU_SOURCE #include "stdio_impl.h" #include <string.h> |