about summary refs log tree commit diff
path: root/libio/wprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'libio/wprintf.c')
-rw-r--r--libio/wprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/wprintf.c b/libio/wprintf.c
index 6fb6c32554..7b5835bf5b 100644
--- a/libio/wprintf.c
+++ b/libio/wprintf.c
@@ -17,7 +17,7 @@
    Boston, MA 02111-1307, USA.  */
 
 #include <stdarg.h>
-#include <stdio.h>
+#include <wchar.h>
 
 /* Write formatted output to stdout from the format string FORMAT.  */
 /* VARARGS1 */