]> andersk Git - openssh.git/blobdiff - auth.h
- (dtucker) [auth-shadow.c auth.h] Provide warnings of impending account or
[openssh.git] / auth.h
diff --git a/auth.h b/auth.h
index a8f61f4030812ff963ec1020493c9c70ca40159e..de2222aaa3622dc631a65ba9b2e1c9bb98e8b720 100644 (file)
--- a/auth.h
+++ b/auth.h
@@ -123,6 +123,7 @@ void        krb5_cleanup_proc(Authctxt *authctxt);
 #endif /* KRB5 */
 
 #if defined(USE_SHADOW) && defined(HAS_SHADOW_EXPIRE)
+#include <shadow.h>
 int auth_shadow_acctexpired(struct spwd *);
 int auth_shadow_pwexpired(Authctxt *);
 #endif
This page took 0.030571 seconds and 4 git commands to generate.