diff options
Diffstat (limited to 'libio/wprintf.c')
-rw-r--r-- | libio/wprintf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libio/wprintf.c b/libio/wprintf.c index 7b5835bf5b..e6b95e0b34 100644 --- a/libio/wprintf.c +++ b/libio/wprintf.c @@ -17,6 +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. */ |