From 75bb664458d5a825824607841819b9a40d9bfdb5 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sat, 5 Aug 2006 14:07:20 +1000 Subject: - (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 --- auth-shadow.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'auth-shadow.c') diff --git a/auth-shadow.c b/auth-shadow.c index 7cd69c21..52447fe4 100644 --- a/auth-shadow.c +++ b/auth-shadow.c @@ -28,6 +28,8 @@ #include #include +#include "key.h" +#include "hostfile.h" #include "auth.h" #include "buffer.h" #include "log.h" -- cgit v1.2.1