diff options
Diffstat (limited to 'modules/pam_pwdb')
-rw-r--r-- | modules/pam_pwdb/pam_pwdb.c | 2 | ||||
-rw-r--r-- | modules/pam_pwdb/pwdb_chkpwd.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/pam_pwdb/pam_pwdb.c b/modules/pam_pwdb/pam_pwdb.c index d736c6a8..b118ab23 100644 --- a/modules/pam_pwdb/pam_pwdb.c +++ b/modules/pam_pwdb/pam_pwdb.c @@ -20,7 +20,7 @@ static const char rcsid[] = /* #define DEBUG */ -#include <security/_pam_aconf.h> +#include "config.h" #include <sys/types.h> #include <stdarg.h> diff --git a/modules/pam_pwdb/pwdb_chkpwd.c b/modules/pam_pwdb/pwdb_chkpwd.c index e4fe38f8..a4da0e13 100644 --- a/modules/pam_pwdb/pwdb_chkpwd.c +++ b/modules/pam_pwdb/pwdb_chkpwd.c @@ -13,7 +13,7 @@ * */ -#include <security/_pam_aconf.h> +#include "config.h" #ifdef MEMORY_DEBUG # undef exit |