From 424578c5c4a5edbd79142c9348f4eda689530651 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Wed, 30 Aug 2006 08:45:30 +0000 Subject: Relevant BUGIDs: Purpose of commit: cleanup/bugfix Commit summary: --------------- 2006-08-30 Thorsten Kukuk * xtests/Makefile.am: Move shell code to execute tests from here ... * xtests/run-xtests.sh: ... to here. * xtests/*.c: Include config.h. * tests/*.c: Likewise. --- tests/tst-pam_acct_mgmt.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/tst-pam_acct_mgmt.c') diff --git a/tests/tst-pam_acct_mgmt.c b/tests/tst-pam_acct_mgmt.c index 8ae4c4d7..1e8c4b4d 100644 --- a/tests/tst-pam_acct_mgmt.c +++ b/tests/tst-pam_acct_mgmt.c @@ -31,6 +31,10 @@ * OF THE POSSIBILITY OF SUCH DAMAGE. */ +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include -- cgit v1.2.3