From: dtucker Date: Wed, 12 Jul 2006 22:45:14 +0000 (+0000) Subject: - (dtucker) [auth-krb5.c auth-pam.c] Still more errno.h X-Git-Tag: V_4_4_P1~159 X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/commitdiff_plain/4352744efeb46442c65a38beb92cb6fae415d55b - (dtucker) [auth-krb5.c auth-pam.c] Still more errno.h --- diff --git a/ChangeLog b/ChangeLog index b0955c9d..e0be38ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +20060713 + - (dtucker) [auth-krb5.c auth-pam.c] Still more errno.h + 20060712 - (dtucker) [configure.ac defines.h] Only define SHUT_RD (and friends) and O_NONBLOCK if they're really needed. Fixes build errors on HP-UX, old @@ -64,7 +67,6 @@ - (dtucker) [openbsd-compat/bsd-asprintf.c openbsd-compat/port-aix.c openbsd-compat/rresvport.c] More errno.h. - 20060711 - (dtucker) [configure.ac ssh-keygen.c openbsd-compat/bsd-openpty.c openbsd-compat/daemon.c] Add includes needed by open(2). Conditionally diff --git a/auth-krb5.c b/auth-krb5.c index 7bce7778..8beacc0d 100644 --- a/auth-krb5.c +++ b/auth-krb5.c @@ -40,6 +40,7 @@ #include "auth.h" #ifdef KRB5 +#include #include extern ServerOptions options; diff --git a/auth-pam.c b/auth-pam.c index 16e7c21e..cb8754ec 100644 --- a/auth-pam.c +++ b/auth-pam.c @@ -51,6 +51,8 @@ #include #include #include + +#include #include #ifdef USE_PAM