From: Andreas Jaeger Date: Sat, 21 Feb 2004 18:40:55 +0000 (+0000) Subject: * posix/bug-ga1.c: Include for memset prototype. X-Git-Tag: cvs/fedora-base~779 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4ba3c7461c3125ed2df94f1c35f1e1f67e68315a;p=thirdparty%2Fglibc.git * posix/bug-ga1.c: Include for memset prototype. --- diff --git a/ChangeLog b/ChangeLog index fe63971769f..b96cc5a4a7d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2004-02-21 Andreas Jaeger + * posix/bug-ga1.c: Include for memset prototype. + * elf/dl-load.c (_dl_map_object_from_fd): Fix casts used as lvalue. * iconv/gconv_simple.c (internal_ucs4le_loop): Remove cast used as diff --git a/posix/bug-ga1.c b/posix/bug-ga1.c index 39e45d78451..c46ab43fd12 100644 --- a/posix/bug-ga1.c +++ b/posix/bug-ga1.c @@ -3,6 +3,7 @@ #include #include #include +#include int main (void)