summaryrefslogtreecommitdiffstats
path: root/auth-krb5.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2006-07-13 00:45:14 +0200
committerDarren Tucker <dtucker@zip.com.au>2006-07-13 00:45:14 +0200
commit341dae59c8e0f0367100e617e049cec4023be427 (patch)
tree53f7d991e923e0085033a60d00bf0865f030721c /auth-krb5.c
parent - (dtucker) [openbsd-compat/bsd-asprintf.c openbsd-compat/port-aix.c (diff)
downloadopenssh-341dae59c8e0f0367100e617e049cec4023be427.tar.xz
openssh-341dae59c8e0f0367100e617e049cec4023be427.zip
- (dtucker) [auth-krb5.c auth-pam.c] Still more errno.h
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 7bce7778b..8beacc0d4 100644
--- a/auth-krb5.c
+++ b/auth-krb5.c
@@ -40,6 +40,7 @@
#include "auth.h"
#ifdef KRB5
+#include <errno.h>
#include <krb5.h>
extern ServerOptions options;