summaryrefslogtreecommitdiffstats
path: root/auth-krb5.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-05-14 14:31:11 +1000
committerDamien Miller <djm@mindrot.org>2003-05-14 14:31:11 +1000
commit9c617693c2250c62e5e326372bc783e3416a94b0 (patch)
tree14e8fa9856bacb73c9ddee4e200011d1857721ea /auth-krb5.c
parent3ab496b3dd961423bc5e312fd5dbbef975f4d238 (diff)
- (djm) Make portable build with MIT krb5 (some issues remain)
Diffstat (limited to 'auth-krb5.c')
-rw-r--r--auth-krb5.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/auth-krb5.c b/auth-krb5.c
index 34b9d661..0a6f826e 100644
--- a/auth-krb5.c
+++ b/auth-krb5.c
@@ -40,6 +40,7 @@ RCSID("$OpenBSD: auth-krb5.c,v 1.10 2002/11/21 23:03:51 deraadt Exp $");
#include "auth.h"
#ifdef KRB5
+
#include <krb5.h>
#ifndef HEIMDAL
#define krb5_get_err_text(context,code) error_message(code)