1999-06-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* libio/wscanf.c: Include <wchar.h> for prototype.
This commit is contained in:
Ulrich Drepper 1999-06-22 12:35:23 +00:00
parent 0be8752b9e
commit de88ee7a6a
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
1999-06-22 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* libio/wscanf.c: Include <wchar.h> for prototype.
1999-06-22 Ulrich Drepper <drepper@cygnus.com>
* manual/io.texi. Fix typos.

View File

@ -18,6 +18,7 @@
#include <stdarg.h>
#include <stdio.h>
#include <wchar.h>
/* Read formatted input from stdin according to the format string FORMAT. */