Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 22 Jun 1999 12:35:23 +0000 (12:35 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 22 Jun 1999 12:35:23 +0000 (12:35 +0000)
1999-06-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

* libio/wscanf.c: Include <wchar.h> for prototype.

ChangeLog
libio/wscanf.c

index 6d1c8ff..9cb7b61 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index a530d6f..dcae69a 100644 (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.  */