diff options
author | Damien Miller <djm@mindrot.org> | 2006-08-05 06:07:20 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-08-05 06:07:20 +0200 |
commit | 75bb664458d5a825824607841819b9a40d9bfdb5 (patch) | |
tree | 66487433e1f482f9ff98977a60fb984900d07671 /auth-shadow.c | |
parent | - (djm) [openbsd-compat/regress/snprintftest.c] (diff) | |
download | openssh-75bb664458d5a825824607841819b9a40d9bfdb5.tar.xz openssh-75bb664458d5a825824607841819b9a40d9bfdb5.zip |
- (djm) [auth-pam.c auth-shadow.c auth2-none.c cleanup.c sshd.c]
[openbsd-compat/port-tun.c openbsd-compat/port-tun.h] Sprinkle more
includes for Linux in
Diffstat (limited to 'auth-shadow.c')
-rw-r--r-- | auth-shadow.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/auth-shadow.c b/auth-shadow.c index 7cd69c21f..52447fe4a 100644 --- a/auth-shadow.c +++ b/auth-shadow.c @@ -28,6 +28,8 @@ #include <shadow.h> #include <string.h> +#include "key.h" +#include "hostfile.h" #include "auth.h" #include "buffer.h" #include "log.h" |