- (dtucker) [auth-krb5.c auth-pam.c] Still more errno.h
diff --git a/auth-krb5.c b/auth-krb5.c
index 7bce777..8beacc0 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;