From fd19ed3d03411b90b368c69fa96c7753409c7b0a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 18 Jun 1999 18:22:17 +0000 Subject: [PATCH] Update. * iconv/gconv_open.c: Inlcude string.h for memset prototype. --- ChangeLog | 2 ++ iconv/gconv_open.c | 1 + 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 941aae6..f950dbd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1999-06-18 Ulrich Drepper + * iconv/gconv_open.c: Inlcude string.h for memset prototype. + * libio/libioP.h (FILEBUF_LITERAL): Add missing parameter to macro definitions. diff --git a/iconv/gconv_open.c b/iconv/gconv_open.c index e10abbb..cf36999 100644 --- a/iconv/gconv_open.c +++ b/iconv/gconv_open.c @@ -20,6 +20,7 @@ #include #include +#include #include -- 2.7.4