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