diff options
Diffstat (limited to 'nss/test-netdb.c')
-rw-r--r-- | nss/test-netdb.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/nss/test-netdb.c b/nss/test-netdb.c index 01056a69d7..afce9587ca 100644 --- a/nss/test-netdb.c +++ b/nss/test-netdb.c @@ -1,6 +1,6 @@ -/* Copyright (C) 1998, 1999 Free Software Foundation, Inc. +/* Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger <aj@arthur.rhein-neckar.de>, 1998. + Contributed by Andreas Jaeger <aj@suse.de>, 1998. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as @@ -33,6 +33,8 @@ #include <netdb.h> #include <rpc/netdb.h> #include <stdio.h> +#include <stdlib.h> +#include <string.h> #include <arpa/inet.h> #include <netinet/in.h> #include <sys/param.h> |