diff options
author | phk <phk@FreeBSD.org> | 1995-10-22 14:53:58 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1995-10-22 14:53:58 +0000 |
commit | bba942754df2e817c27ad931186b30ef9940fe1b (patch) | |
tree | f2c105fc64ddb04d3c5c386a50a651686ab337fd /lib/libc/xdr/xdr_array.c | |
parent | d06fcfa2c54b374b83fb8e28c5e6cfc7b8a32ab4 (diff) | |
download | FreeBSD-src-bba942754df2e817c27ad931186b30ef9940fe1b.zip FreeBSD-src-bba942754df2e817c27ad931186b30ef9940fe1b.tar.gz |
minor cleanup, #includes.
Diffstat (limited to 'lib/libc/xdr/xdr_array.c')
-rw-r--r-- | lib/libc/xdr/xdr_array.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/xdr/xdr_array.c b/lib/libc/xdr/xdr_array.c index 47cc0af..35bbb2b 100644 --- a/lib/libc/xdr/xdr_array.c +++ b/lib/libc/xdr/xdr_array.c @@ -30,7 +30,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)xdr_array.c 1.10 87/08/11 Copyr 1984 Sun Micro";*/ /*static char *sccsid = "from: @(#)xdr_array.c 2.1 88/07/29 4.0 RPCSRC";*/ -static char *rcsid = "$Id: xdr_array.c,v 1.1 1994/08/07 18:39:31 wollman Exp $"; +static char *rcsid = "$Id: xdr_array.c,v 1.2 1995/05/30 05:42:04 rgrimes Exp $"; #endif /* @@ -44,6 +44,7 @@ static char *rcsid = "$Id: xdr_array.c,v 1.1 1994/08/07 18:39:31 wollman Exp $"; #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <rpc/types.h> #include <rpc/xdr.h> |