diff options
author | Andreas Jaeger <aj@suse.de> | 2004-02-21 18:40:55 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2004-02-21 18:40:55 +0000 |
commit | 4ba3c7461c3125ed2df94f1c35f1e1f67e68315a (patch) | |
tree | 3157f55cbcdeb22391425ff345d6239ca625e068 /posix/bug-ga1.c | |
parent | 14755b91e9318bf1bd37e9f42149458b23a3d696 (diff) | |
download | glibc-4ba3c7461c3125ed2df94f1c35f1e1f67e68315a.tar glibc-4ba3c7461c3125ed2df94f1c35f1e1f67e68315a.tar.gz glibc-4ba3c7461c3125ed2df94f1c35f1e1f67e68315a.tar.bz2 glibc-4ba3c7461c3125ed2df94f1c35f1e1f67e68315a.zip |
* posix/bug-ga1.c: Include <string.h> for memset prototype.
Diffstat (limited to 'posix/bug-ga1.c')
-rw-r--r-- | posix/bug-ga1.c | 1 |
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) |