diff options
Diffstat (limited to 'auth.h')
-rw-r--r-- | auth.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -123,6 +123,7 @@ void krb5_cleanup_proc(Authctxt *authctxt); | |||
123 | #endif /* KRB5 */ | 123 | #endif /* KRB5 */ |
124 | 124 | ||
125 | #if defined(USE_SHADOW) && defined(HAS_SHADOW_EXPIRE) | 125 | #if defined(USE_SHADOW) && defined(HAS_SHADOW_EXPIRE) |
126 | #include <shadow.h> | ||
126 | int auth_shadow_acctexpired(struct spwd *); | 127 | int auth_shadow_acctexpired(struct spwd *); |
127 | int auth_shadow_pwexpired(Authctxt *); | 128 | int auth_shadow_pwexpired(Authctxt *); |
128 | #endif | 129 | #endif |