diff options
Diffstat (limited to 'nss/test-netdb.c')
-rw-r--r-- | nss/test-netdb.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nss/test-netdb.c b/nss/test-netdb.c index 918bbeb7c3..46cf52409b 100644 --- a/nss/test-netdb.c +++ b/nss/test-netdb.c @@ -37,6 +37,8 @@ #include <netinet/in.h> #include <sys/param.h> #include <sys/socket.h> +#include <unistd.h> +#include "nss.h" /* The following define is neccessary for glibc 2.0.6 @@ -104,7 +106,6 @@ test_services (void) void output_hostent (const char *call, struct hostent *hptr) { - int i; char **pptr; char buf[INET6_ADDRSTRLEN]; |