* posix/bug-ga1.c: Include <string.h> for memset prototype.
authorAndreas Jaeger <aj@suse.de>
Sat, 21 Feb 2004 18:40:55 +0000 (18:40 +0000)
committerAndreas Jaeger <aj@suse.de>
Sat, 21 Feb 2004 18:40:55 +0000 (18:40 +0000)
ChangeLog
posix/bug-ga1.c

index fe63971..b96cc5a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 39e45d7..c46ab43 100644 (file)
@@ -3,6 +3,7 @@
 #include <sys/socket.h>
 #include <netdb.h>
 #include <stdio.h>
+#include <string.h>
 
 int
 main (void)