[PATCH] fix to rsh-client separation patch
Alexey Mahotkin <[email protected]>
| Newsgroups | gmane.comp.version-control.cvs.bugs |
|---|---|
| Message-ID | <[email protected]> |
2003-05-02 Alexey Mahotkin <[email protected]> Add missing #include src/client.c | 2 ++ 1 files changed, 2 insertions(+) --- ccvs/src/client.c~rsh-client-fix Fri May 2 00:41:22 2003 +++ ccvs-alexm/src/client.c Fri May 2 00:41:38 2003 @@ -31,6 +31,8 @@ #include "gssapi-client.h" +#include "rsh-client.h" + # if HAVE_KERBEROS # include <krb.h> _ --alexm