diff options
author | markm <markm@FreeBSD.org> | 1999-09-19 22:11:15 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1999-09-19 22:11:15 +0000 |
commit | 323c69d480d4f98f338b3d3d2ec234aeadc3f6ec (patch) | |
tree | 784211a48e7621866f3df6f66117e043a17da240 /bin/rcp/rcp.c | |
parent | 0b2fe68756570c146bda89ff69a3d209aac9f8be (diff) | |
download | FreeBSD-src-323c69d480d4f98f338b3d3d2ec234aeadc3f6ec.zip FreeBSD-src-323c69d480d4f98f338b3d3d2ec234aeadc3f6ec.tar.gz |
Fix for new Kerberos4.
Diffstat (limited to 'bin/rcp/rcp.c')
-rw-r--r-- | bin/rcp/rcp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/rcp/rcp.c b/bin/rcp/rcp.c index 6582808..292df37 100644 --- a/bin/rcp/rcp.c +++ b/bin/rcp/rcp.c @@ -74,6 +74,7 @@ static const char rcsid[] = #ifdef KERBEROS #include <des.h> #include <krb.h> +#include "bsd_locl.h" char dst_realm_buf[REALM_SZ]; char *dest_realm = NULL; |