]> sourceware.org Git - glibc.git/commitdiff
* 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 fe63971769f7576bb9dfc766f9cd5e358b757b23..b96cc5a4a7d555235d3ddbbf5fefb63c4fd04809 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 39e45d78451e66f33c957a4e311362bf27fa29bf..c46ab43fd12acc759a2308a87562a10bc10af3fd 100644 (file)
@@ -3,6 +3,7 @@
 #include <sys/socket.h>
 #include <netdb.h>
 #include <stdio.h>
+#include <string.h>
 
 int
 main (void)
This page took 0.054169 seconds and 5 git commands to generate.