From d3d24c86f1f346dae152cf4976681d84040d15c3 Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Tue, 11 May 1999 15:58:57 +0000 Subject: [PATCH] * ftp.c: Inclusion of gssapi_krb5.h requires gssapi_generic.h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11435 dc483132-0cff-0310-8789-dd5450dbe970 --- src/appl/gssftp/ftp/ChangeLog | 4 ++++ src/appl/gssftp/ftp/ftp.c | 1 + 2 files changed, 5 insertions(+) diff --git a/src/appl/gssftp/ftp/ChangeLog b/src/appl/gssftp/ftp/ChangeLog index f275b6ea5..4c287d294 100644 --- a/src/appl/gssftp/ftp/ChangeLog +++ b/src/appl/gssftp/ftp/ChangeLog @@ -1,3 +1,7 @@ +Tue May 11 11:58:00 1999 Ezra Peisach + + * ftp.c: Inclusion of gssapi_krb5.h requires gssapi_generic.h. + Thu Feb 25 23:05:03 1999 Tom Yu * secure.c (secure_putbuf): Revert Sam's last change; if diff --git a/src/appl/gssftp/ftp/ftp.c b/src/appl/gssftp/ftp/ftp.c index d19d62c20..c6e47bdec 100644 --- a/src/appl/gssftp/ftp/ftp.c +++ b/src/appl/gssftp/ftp/ftp.c @@ -124,6 +124,7 @@ MSG_DAT msg_data; /* need to include the krb5 file, because we're doing manual fallback from the v2 mech to the v2 mech. Once there's real negotiation, we can be generic again. */ +#include #include gss_ctx_id_t gcontext; #endif /* GSSAPI */ -- 2.26.2