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/svc_raw.c | |
| parent | f824233e9e09d2bbb71469ba52923153ef78b966 (diff) | |
Notes
Diffstat (limited to 'lib/libc/rpc/svc_raw.c')
| -rw-r--r-- | lib/libc/rpc/svc_raw.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/rpc/svc_raw.c b/lib/libc/rpc/svc_raw.c index 8f0694be6335..f72a5f4cb1ef 100644 --- a/lib/libc/rpc/svc_raw.c +++ b/lib/libc/rpc/svc_raw.c @@ -30,7 +30,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)svc_raw.c 1.15 87/08/11 Copyr 1984 Sun Micro";*/ /*static char *sccsid = "from: @(#)svc_raw.c 2.1 88/07/29 4.0 RPCSRC";*/ -static char *rcsid = "$Id: svc_raw.c,v 1.1 1994/08/07 18:36:08 wollman Exp $"; +static char *rcsid = "$Id: svc_raw.c,v 1.2 1995/05/30 05:41:34 rgrimes Exp $"; #endif /* @@ -43,7 +43,7 @@ static char *rcsid = "$Id: svc_raw.c,v 1.1 1994/08/07 18:36:08 wollman Exp $"; */ #include <rpc/rpc.h> - +#include <stdlib.h> /* * This is the "network" that we will be moving data over |
