summaryrefslogtreecommitdiff
path: root/posix
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2004-02-21 18:40:55 +0000
committerAndreas Jaeger <aj@suse.de>2004-02-21 18:40:55 +0000
commit4ba3c7461c3125ed2df94f1c35f1e1f67e68315a (patch)
tree3157f55cbcdeb22391425ff345d6239ca625e068 /posix
parent14755b91e9318bf1bd37e9f42149458b23a3d696 (diff)
* posix/bug-ga1.c: Include <string.h> for memset prototype.
Diffstat (limited to 'posix')
-rw-r--r--posix/bug-ga1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/posix/bug-ga1.c b/posix/bug-ga1.c
index 39e45d7845..c46ab43fd1 100644
--- a/posix/bug-ga1.c
+++ b/posix/bug-ga1.c
@@ -3,6 +3,7 @@
#include <sys/socket.h>
#include <netdb.h>
#include <stdio.h>
+#include <string.h>
int
main (void)