diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | libio/wscanf.c | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -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. diff --git a/libio/wscanf.c b/libio/wscanf.c index a530d6f..dcae69a 100644 --- a/libio/wscanf.c +++ b/libio/wscanf.c @@ -18,6 +18,7 @@ #include <stdarg.h> #include <stdio.h> +#include <wchar.h> /* Read formatted input from stdin according to the format string FORMAT. */ |