about summary refs log tree commit diff
path: root/nss/test-netdb.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-06-21 12:39:22 +0000
committerAndreas Jaeger <aj@suse.de>2000-06-21 12:39:22 +0000
commit3e1f480ef8b2597264f9553041fef860d749c5d9 (patch)
tree81e6e7d7148cf2365b63216afcace11796c9643a /nss/test-netdb.c
parentae0d72a53c42dec333fd9c0c136722af49d433b3 (diff)
downloadglibc-3e1f480ef8b2597264f9553041fef860d749c5d9.tar.gz
glibc-3e1f480ef8b2597264f9553041fef860d749c5d9.tar.xz
glibc-3e1f480ef8b2597264f9553041fef860d749c5d9.zip
* tst-trans.c: Include <stdlib.h> and <string.h>.
2000-06-21  Andreas Jaeger  <aj@suse.de>

	* tst-trans.c: Include <stdlib.h> and <string.h>.
Diffstat (limited to 'nss/test-netdb.c')
-rw-r--r--nss/test-netdb.c6
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>