aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-12-28 08:28:43 +0000
committerAndreas Jaeger <aj@suse.de>2000-12-28 08:28:43 +0000
commit12f942cdac50f59900ae1a294be8b2db2041a256 (patch)
tree04a9f07503cdfc7a2c97e8cf5085ccb0772c5fbc
parent728c24ff873375212e043814e397bad087a4a5e5 (diff)
downloadglibc-12f942cdac50f59900ae1a294be8b2db2041a256.zip
glibc-12f942cdac50f59900ae1a294be8b2db2041a256.tar.gz
glibc-12f942cdac50f59900ae1a294be8b2db2041a256.tar.bz2
Update.
* sunrpc/rpc_dtable.c: Include rpc/clnt.h for prototypes.
-rw-r--r--ChangeLog2
-rw-r--r--sunrpc/rpc_dtable.c1
2 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ba45fba..d8b5cc1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2000-12-28 Andreas Jaeger <aj@suse.de>
+ * sunrpc/rpc_dtable.c: Include rpc/clnt.h for prototypes.
+
* elf/dl-minimal.c: Add prototypes.
* include/locale.h: Add internal prototypes.
diff --git a/sunrpc/rpc_dtable.c b/sunrpc/rpc_dtable.c
index 90e5b1e..b21f0ae 100644
--- a/sunrpc/rpc_dtable.c
+++ b/sunrpc/rpc_dtable.c
@@ -32,6 +32,7 @@ static char sccsid[] = "@(#)rpc_dtablesize.c 1.2 87/08/11 Copyr 1987 Sun Micro";
#endif
#include <unistd.h>
+#include <rpc/clnt.h>
/*
* Cache the result of getdtablesize(), so we don't have to do an