X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/28cb0a43091fe76517b457ad3c9c0d03d2a24e5c..HEAD:/auth-shadow.c diff --git a/auth-shadow.c b/auth-shadow.c index 7cd69c21..21909167 100644 --- a/auth-shadow.c +++ b/auth-shadow.c @@ -26,8 +26,12 @@ #if defined(USE_SHADOW) && defined(HAS_SHADOW_EXPIRE) #include +#include #include +#include +#include "key.h" +#include "hostfile.h" #include "auth.h" #include "buffer.h" #include "log.h"