]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 18 Jun 1999 18:22:17 +0000 (18:22 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 18 Jun 1999 18:22:17 +0000 (18:22 +0000)
* iconv/gconv_open.c: Inlcude string.h for memset prototype.

ChangeLog
iconv/gconv_open.c

index 941aae6e08b2ab8afcff149f998d06e496fc3f4e..f950dbd17860effc8f95a43ef80b9b9fb0c6df15 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 1999-06-18  Ulrich Drepper  <drepper@cygnus.com>
 
+       * iconv/gconv_open.c: Inlcude string.h for memset prototype.
+
        * libio/libioP.h (FILEBUF_LITERAL): Add missing parameter to macro
        definitions.
 
index e10abbbd4fb38c7eab31e11f6cc20c6eef74a67d..cf36999d0d77d2bb989e3f1d6f78100bb174e8d4 100644 (file)
@@ -20,6 +20,7 @@
 
 #include <errno.h>
 #include <stdlib.h>
+#include <string.h>
 
 #include <gconv_int.h>
 
This page took 0.047267 seconds and 5 git commands to generate.