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_close_session.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/tst-pam_close_session.c') diff --git a/tests/tst-pam_close_session.c b/tests/tst-pam_close_session.c index 3e222088..86187bb9 100644 --- a/tests/tst-pam_close_session.c +++ b/tests/tst-pam_close_session.c @@ -31,6 +31,10 @@ * OF THE POSSIBILITY OF SUCH DAMAGE. */ +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include -- cgit v1.2.3