summaryrefslogtreecommitdiff
path: root/src/stdio/putwchar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/putwchar.c')
-rw-r--r--src/stdio/putwchar.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stdio/putwchar.c b/src/stdio/putwchar.c
index 3aacc1cf..b249c4ac 100644
--- a/src/stdio/putwchar.c
+++ b/src/stdio/putwchar.c
@@ -1,4 +1,5 @@
#include "stdio_impl.h"
+#include <wchar.h>
wint_t putwchar(wchar_t c)
{