* posix/bug-ga1.c: Include <string.h> for memset prototype.

This commit is contained in:
Andreas Jaeger 2004-02-21 18:40:55 +00:00
parent 14755b91e9
commit 4ba3c7461c
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2004-02-21 Andreas Jaeger <aj@suse.de>
* posix/bug-ga1.c: Include <string.h> 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

View File

@ -3,6 +3,7 @@
#include <sys/socket.h>
#include <netdb.h>
#include <stdio.h>
#include <string.h>
int
main (void)