From de88ee7a6a16c0d871c21226caa587bb78b9fd81 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 22 Jun 1999 12:35:23 +0000 Subject: Update. 1999-06-22 Andreas Jaeger * libio/wscanf.c: Include for prototype. --- ChangeLog | 4 ++++ libio/wscanf.c | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6d1c8ffd08..9cb7b6102b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1999-06-22 Andreas Jaeger + + * libio/wscanf.c: Include for prototype. + 1999-06-22 Ulrich Drepper * manual/io.texi. Fix typos. 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 #include +#include /* Read formatted input from stdin according to the format string FORMAT. */ -- cgit v1.2.1