summaryrefslogtreecommitdiff
path: root/modules/pam_localuser/pam_localuser.c
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2005-07-20 09:46:14 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2005-07-20 09:46:14 +0000
commit6db0f946028a72a4551c2967cbfe9c1e3a82daa8 (patch)
treed2791e149c7dc4f94b71cc48834355c0c8d73398 /modules/pam_localuser/pam_localuser.c
parent8850118bf8debd84de49f44416144da2cbbf31c4 (diff)
Relevant BUGIDs: none
Purpose of commit: cleanup Commit summary: --------------- Rename _pam_aconf.h to config.h.
Diffstat (limited to 'modules/pam_localuser/pam_localuser.c')
-rw-r--r--modules/pam_localuser/pam_localuser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_localuser/pam_localuser.c b/modules/pam_localuser/pam_localuser.c
index e5496089..4c540376 100644
--- a/modules/pam_localuser/pam_localuser.c
+++ b/modules/pam_localuser/pam_localuser.c
@@ -33,7 +33,7 @@
* OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "../../_pam_aconf.h"
+#include "config.h"
#include <errno.h>
#include <limits.h>