From: Ulrich Drepper Date: Fri, 21 Apr 2000 15:03:52 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.30~25759 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=761df3a7aa6eb65aa66c78e6c1da627e453de458;p=external%2Fglibc.git Update. 2000-04-21 Jakub Jelinek * libio/vasprintf.c: Include string.h to get memcpy prototype. --- diff --git a/ChangeLog b/ChangeLog index a62bc29..32346c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-04-21 Jakub Jelinek + + * libio/vasprintf.c: Include string.h to get memcpy prototype. + 2000-04-20 Ulrich Drepper * wcsmbs/wcsrtombs.c (__wcsrtombs): If output buffer is too small diff --git a/libio/vasprintf.c b/libio/vasprintf.c index 0889a31..fb3109e 100644 --- a/libio/vasprintf.c +++ b/libio/vasprintf.c @@ -24,6 +24,7 @@ General Public License. */ #include +#include #include "libioP.h" #include "stdio.h" #include "strfile.h"