summaryrefslogtreecommitdiff
path: root/src/wchar/putwc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wchar/putwc.c')
-rw-r--r--src/wchar/putwc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wchar/putwc.c b/src/wchar/putwc.c
index 58154c49..10181319 100644
--- a/src/wchar/putwc.c
+++ b/src/wchar/putwc.c
@@ -1,5 +1,5 @@
#include <wchar.h>
-#include "stdio.h"
+#include <stdio.h>
wint_t putwc(wchar_t c, FILE * stream)
{