diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-06-22 12:35:23 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-06-22 12:35:23 +0000 |
commit | de88ee7a6a16c0d871c21226caa587bb78b9fd81 (patch) | |
tree | 68bf9aca981b01f7f6a017f65d97f4c97e30b942 /libio/wscanf.c | |
parent | 0be8752b9ea0a5d03c5193213cb1d42314c49d8d (diff) | |
download | glibc-de88ee7a6a16c0d871c21226caa587bb78b9fd81.tar.gz glibc-de88ee7a6a16c0d871c21226caa587bb78b9fd81.tar.xz glibc-de88ee7a6a16c0d871c21226caa587bb78b9fd81.zip |
Update.
1999-06-22 Andreas Jaeger <aj@arthur.rhein-neckar.de> * libio/wscanf.c: Include <wchar.h> for prototype.
Diffstat (limited to 'libio/wscanf.c')
-rw-r--r-- | libio/wscanf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libio/wscanf.c b/libio/wscanf.c index a530d6fcfa..dcae69aa67 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. */ |