diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-10-22 14:53:58 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-10-22 14:53:58 +0000 |
| commit | 29285d6cc55f43cb38a16fa40491c8d6a1006958 (patch) | |
| tree | f2c105fc64ddb04d3c5c386a50a651686ab337fd /lib/libc/xdr/xdr_reference.c | |
| parent | 88640ee1259d49e4edae19589d66834ef6769638 (diff) | |
Notes
Diffstat (limited to 'lib/libc/xdr/xdr_reference.c')
| -rw-r--r-- | lib/libc/xdr/xdr_reference.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/xdr/xdr_reference.c b/lib/libc/xdr/xdr_reference.c index d7ef28037df3..91ccff2d79cf 100644 --- a/lib/libc/xdr/xdr_reference.c +++ b/lib/libc/xdr/xdr_reference.c @@ -30,7 +30,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)xdr_reference.c 1.11 87/08/11 SMI";*/ /*static char *sccsid = "from: @(#)xdr_reference.c 2.1 88/07/29 4.0 RPCSRC";*/ -static char *rcsid = "$Id: xdr_reference.c,v 1.1 1994/08/07 18:39:34 wollman Exp $"; +static char *rcsid = "$Id: xdr_reference.c,v 1.2 1995/05/30 05:42:12 rgrimes Exp $"; #endif /* @@ -43,6 +43,8 @@ static char *rcsid = "$Id: xdr_reference.c,v 1.1 1994/08/07 18:39:34 wollman Exp */ #include <stdio.h> +#include <stdlib.h> +#include <string.h> #include <rpc/types.h> #include <rpc/xdr.h> |
