From 6f07dbccf65455fc930c897aeeec5a2ea62093bc Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 28 Oct 2002 13:50:14 +0000 Subject: 2002-10-28 Joel Sherrill * 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 to eliminate warning. * src/rpc/rpcdname.c: Add prototype of getdomainname() to eliminate warning. --- cpukit/librpc/src/rpc/clnt_tcp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/librpc/src/rpc/clnt_tcp.c') 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 #include #include +#include #define MCALL_MSG_SIZE 24 -- cgit v1.2.3