diff options
Diffstat (limited to 'tests/tst-pam_set_data.c')
-rw-r--r-- | tests/tst-pam_set_data.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/tst-pam_set_data.c b/tests/tst-pam_set_data.c index d1eaa3ea..3fbe062e 100644 --- a/tests/tst-pam_set_data.c +++ b/tests/tst-pam_set_data.c @@ -31,9 +31,7 @@ * OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif +#include <pam_private.h> #include <stdio.h> #include <unistd.h> @@ -41,7 +39,6 @@ #include <security/pam_appl.h> #include <security/pam_modules.h> -#include <pam_private.h> static int cleanup_was_called = 0; static int cleanup3_was_called = 0; |