summaryrefslogtreecommitdiff
path: root/tests/tst-pam_set_data.c
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2006-11-28 10:44:49 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2006-11-28 10:44:49 +0000
commitf511ab9fc801b5a57d74f0894d251a68ebc34086 (patch)
tree97796a895ae96321e60418c133301918bb4bd37e /tests/tst-pam_set_data.c
parent97a8b4664a442be28f32c269cf909ff1ae95830d (diff)
Relevant BUGIDs:
Purpose of commit: bugfix Commit summary: --------------- fix last checkin for "make distcheck"
Diffstat (limited to 'tests/tst-pam_set_data.c')
-rw-r--r--tests/tst-pam_set_data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tst-pam_set_data.c b/tests/tst-pam_set_data.c
index 44d2aae7..3b30dcc1 100644
--- a/tests/tst-pam_set_data.c
+++ b/tests/tst-pam_set_data.c
@@ -41,7 +41,7 @@
#include <security/pam_appl.h>
#include <security/pam_modules.h>
-#include <libpam/pam_private.h>
+#include <pam_private.h>
static int cleanup_was_called = 0;
static int cleanup3_was_called = 0;