summaryrefslogtreecommitdiffstats
path: root/src/lib/rpc/xdr_array.c
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2001-07-09 15:35:01 +0000
committerEzra Peisach <epeisach@mit.edu>2001-07-09 15:35:01 +0000
commitbba14050dfff35c9fc2d7ce35042900748e8c5ae (patch)
treee86a7635d37867de217046a00da0538751e0ea5f /src/lib/rpc/xdr_array.c
parentf99af24683e19c8a01d46298db9b4a99a9207fee (diff)
downloadkrb5-bba14050dfff35c9fc2d7ce35042900748e8c5ae.tar.gz
krb5-bba14050dfff35c9fc2d7ce35042900748e8c5ae.tar.xz
krb5-bba14050dfff35c9fc2d7ce35042900748e8c5ae.zip
* 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
Diffstat (limited to 'src/lib/rpc/xdr_array.c')
-rw-r--r--src/lib/rpc/xdr_array.c2
1 files changed, 1 insertions, 1 deletions
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 <stdio.h>
-
+#include <string.h>
#include <gssrpc/types.h>
#include <gssrpc/xdr.h>