diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-21 15:03:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-21 15:03:52 +0000 |
commit | 761df3a7aa6eb65aa66c78e6c1da627e453de458 (patch) | |
tree | 99b5a1fb140171893f8c66694b1db3396017e32e /libio/vasprintf.c | |
parent | 376b8b3de93bcb3bb4a739d62bc02895f6eba227 (diff) | |
download | glibc-761df3a7aa6eb65aa66c78e6c1da627e453de458.tar glibc-761df3a7aa6eb65aa66c78e6c1da627e453de458.tar.gz glibc-761df3a7aa6eb65aa66c78e6c1da627e453de458.tar.bz2 glibc-761df3a7aa6eb65aa66c78e6c1da627e453de458.zip |
Update.
2000-04-21 Jakub Jelinek <jakub@redhat.com>
* libio/vasprintf.c: Include string.h to get memcpy prototype.
Diffstat (limited to 'libio/vasprintf.c')
-rw-r--r-- | libio/vasprintf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libio/vasprintf.c b/libio/vasprintf.c index 0889a3151e..fb3109e0a4 100644 --- a/libio/vasprintf.c +++ b/libio/vasprintf.c @@ -24,6 +24,7 @@ General Public License. */ #include <malloc.h> +#include <string.h> #include "libioP.h" #include "stdio.h" #include "strfile.h" |