Ticket #512: patch-authpam.c
File patch-authpam.c, 362 bytes (added by bchesneau@…, 22 years ago) |
---|
Line | |
---|---|
1 | --- authlib/authpam.c-old Mon Apr 28 10:20:12 2003 |
2 | +++ authlib/authpam.c Mon Apr 28 10:21:15 2003 |
3 | @@ -27,6 +27,10 @@ |
4 | #include <Pam/pam_appl.h> |
5 | #endif |
6 | |
7 | +#if HAVE_PAM_SETCRED |
8 | +#include <pam/pam_appl.h> |
9 | +#endif |
10 | + |
11 | static const char rcsid[]="$Id: authpam.c,v 1.14 2002/08/19 15:30:45 mrsam Exp $"; |
12 | |
13 | static const char *pam_username, *pam_password, *pam_service; |