From d5aa82aa53596e5f05628823cfe66ca8fda749cf Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 1 Jul 1997 13:58:34 +0000 Subject: Another try at Kerberos autoconfiguration. svn path=/trunk/; revision=1130 --- imap.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'imap.c') diff --git a/imap.c b/imap.c index 75533ebf..e3867af4 100644 --- a/imap.c +++ b/imap.c @@ -16,6 +16,10 @@ #include "socket.h" #ifdef KERBEROS_V4 +#if defined (__bsdi__) +#include +#define krb_get_err_text(e) (krb_err_txt[e]) +#endif #include #endif /* KERBEROS_V4 */ -- cgit v1.2.3