diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-10-22 14:51:39 +0000 | 
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-10-22 14:51:39 +0000 | 
| commit | 4c3af266f6ed1d7255aa89c13405b5db0a37fc3e (patch) | |
| tree | ea1d3fd2095891edf59c3a99e95f068aa3dcb632 /lib/libc/rpc/clnt_tcp.c | |
| parent | f824233e9e09d2bbb71469ba52923153ef78b966 (diff) | |
Notes
Diffstat (limited to 'lib/libc/rpc/clnt_tcp.c')
| -rw-r--r-- | lib/libc/rpc/clnt_tcp.c | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/rpc/clnt_tcp.c b/lib/libc/rpc/clnt_tcp.c index 1de9d8e972f9..2bcc57d511b1 100644 --- a/lib/libc/rpc/clnt_tcp.c +++ b/lib/libc/rpc/clnt_tcp.c @@ -30,7 +30,7 @@  #if defined(LIBC_SCCS) && !defined(lint)  /*static char *sccsid = "from: @(#)clnt_tcp.c 1.37 87/10/05 Copyr 1984 Sun Micro";*/  /*static char *sccsid = "from: @(#)clnt_tcp.c	2.2 88/08/01 4.0 RPCSRC";*/ -static char *rcsid = "$Id: clnt_tcp.c,v 1.1 1994/08/07 18:35:47 wollman Exp $"; +static char *rcsid = "$Id: clnt_tcp.c,v 1.2 1995/05/30 05:41:18 rgrimes Exp $";  #endif  /* @@ -53,6 +53,9 @@ static char *rcsid = "$Id: clnt_tcp.c,v 1.1 1994/08/07 18:35:47 wollman Exp $";   */  #include <stdio.h> +#include <stdlib.h> +#include <unistd.h> +#include <string.h>  #include <rpc/rpc.h>  #include <sys/socket.h>  #include <netdb.h>  | 
