summaryrefslogtreecommitdiff
path: root/src/stdio/getw.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/getw.c')
-rw-r--r--src/stdio/getw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stdio/getw.c b/src/stdio/getw.c
index de9e985a..73d2c0d5 100644
--- a/src/stdio/getw.c
+++ b/src/stdio/getw.c
@@ -1,3 +1,4 @@
+#define _GNU_SOURCE
#include <stdio.h>
int getw(FILE *f)