1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00
2000-04-21  Jakub Jelinek  <jakub@redhat.com>

	* libio/vasprintf.c: Include string.h to get memcpy prototype.
This commit is contained in:
Ulrich Drepper
2000-04-21 15:03:52 +00:00
parent 376b8b3de9
commit 761df3a7aa
2 changed files with 5 additions and 0 deletions

View File

@@ -24,6 +24,7 @@
General Public License. */
#include <malloc.h>
#include <string.h>
#include "libioP.h"
#include "stdio.h"
#include "strfile.h"