summaryrefslogtreecommitdiffstats
path: root/cpukit/librpc/src/rpc/clnt_tcp.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-10-28 13:50:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-10-28 13:50:14 +0000
commit6f07dbccf65455fc930c897aeeec5a2ea62093bc (patch)
tree443c382f275596c09cc8df0195504a5c52f844c6 /cpukit/librpc/src/rpc/clnt_tcp.c
parent2002-10-28 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-6f07dbccf65455fc930c897aeeec5a2ea62093bc.tar.bz2
2002-10-28 Joel Sherrill <joel@OARcorp.com>
* src/rpc/clnt_tcp.c, src/rpc/clnt_udp.c, src/rpc/pmap_rmt.c, src/rpc/rtime.c, src/rpc/svc_tcp.c: Add include of <sys/select.h> to eliminate warning. * src/rpc/rpcdname.c: Add prototype of getdomainname() to eliminate warning.
Diffstat (limited to 'cpukit/librpc/src/rpc/clnt_tcp.c')
-rw-r--r--cpukit/librpc/src/rpc/clnt_tcp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/librpc/src/rpc/clnt_tcp.c b/cpukit/librpc/src/rpc/clnt_tcp.c
index 37c7a69fda..fa477b76d4 100644
--- a/cpukit/librpc/src/rpc/clnt_tcp.c
+++ b/cpukit/librpc/src/rpc/clnt_tcp.c
@@ -61,6 +61,7 @@ static char *rcsid = "$FreeBSD: src/lib/libc/rpc/clnt_tcp.c,v 1.14 2000/01/27 23
#include <netdb.h>
#include <errno.h>
#include <rpc/pmap_clnt.h>
+#include <sys/select.h>
#define MCALL_MSG_SIZE 24