aboutsummaryrefslogtreecommitdiff
path: root/src/lib/rpc/svc_tcp.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/svc_tcp.c
parentf99af24683e19c8a01d46298db9b4a99a9207fee (diff)
downloadkrb5-bba14050dfff35c9fc2d7ce35042900748e8c5ae.zip
krb5-bba14050dfff35c9fc2d7ce35042900748e8c5ae.tar.gz
krb5-bba14050dfff35c9fc2d7ce35042900748e8c5ae.tar.bz2
* 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/svc_tcp.c')
-rw-r--r--src/lib/rpc/svc_tcp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/rpc/svc_tcp.c b/src/lib/rpc/svc_tcp.c
index 3ea99aa..371d059 100644
--- a/src/lib/rpc/svc_tcp.c
+++ b/src/lib/rpc/svc_tcp.c
@@ -42,6 +42,7 @@ static char sccsid[] = "@(#)svc_tcp.c 1.21 87/08/11 Copyr 1984 Sun Micro";
*/
#include <stdio.h>
+#include <string.h>
#include <unistd.h>
#include <gssrpc/rpc.h>
#include <sys/socket.h>