Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* posix/bug-ga1.c: Include <string.h> for memset prototype.
  • Loading branch information
Andreas Jaeger committed Feb 21, 2004
1 parent 14755b9 commit 4ba3c74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 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
Expand Down
1 change: 1 addition & 0 deletions posix/bug-ga1.c
Expand Up @@ -3,6 +3,7 @@
#include <sys/socket.h>
#include <netdb.h>
#include <stdio.h>
#include <string.h>

int
main (void)
Expand Down

0 comments on commit 4ba3c74

Please sign in to comment.