From bba14050dfff35c9fc2d7ce35042900748e8c5ae Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Mon, 9 Jul 2001 15:35:01 +0000 Subject: * pmap_rmt.c, svc.c, svc_simple.c, svc_udp.c, svc_tcp.c, xdr_array.c, xdr_reference.c : Include string.h for memset and memcmp prototypes. * auth_gssapi.c, auth_gssapi_misc.c, svc_auth_gssapi.c: Cast argment to PRINTF to match format. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13595 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/rpc/xdr_array.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/rpc/xdr_array.c') diff --git a/src/lib/rpc/xdr_array.c b/src/lib/rpc/xdr_array.c index a1841abe70..97c6dc73d6 100644 --- a/src/lib/rpc/xdr_array.c +++ b/src/lib/rpc/xdr_array.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)xdr_array.c 1.10 87/08/11 Copyr 1984 Sun Micro"; */ #include - +#include #include #include -- cgit