[PATCH] vasprintf.c fix
Jakub Jelinek
jakub@redhat.com
Fri Apr 21 00:10:00 GMT 2000
Hi!
This patchlet kills a warning on 64bit architectures. We need a memcpy
prototype...
2000-04-21 Jakub Jelinek <jakub@redhat.com>
* libio/vasprintf.c: Include string.h to get memcpy prototype.
--- libc/libio/vasprintf.c.jj Thu Apr 13 09:25:31 2000
+++ libc/libio/vasprintf.c Fri Apr 21 08:59:55 2000
@@ -24,6 +24,7 @@
General Public License. */
#include <malloc.h>
+#include <string.h>
#include "libioP.h"
#include "stdio.h"
#include "strfile.h"
Jakub
More information about the Libc-hacker
mailing list