diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-08-30 08:45:30 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-08-30 08:45:30 +0000 |
commit | 424578c5c4a5edbd79142c9348f4eda689530651 (patch) | |
tree | 6ef01329b2a0fb48e171b382f777eb1347494f86 /tests/tst-pam_authenticate.c | |
parent | d668e9e5eed079686000f0979391f3691a54408a (diff) | |
download | pam-424578c5c4a5edbd79142c9348f4eda689530651.tar.gz pam-424578c5c4a5edbd79142c9348f4eda689530651.tar.bz2 pam-424578c5c4a5edbd79142c9348f4eda689530651.zip |
Relevant BUGIDs:
Purpose of commit: cleanup/bugfix
Commit summary:
---------------
2006-08-30 Thorsten Kukuk <kukuk@thkukuk.de>
* 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.
Diffstat (limited to 'tests/tst-pam_authenticate.c')
-rw-r--r-- | tests/tst-pam_authenticate.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/tst-pam_authenticate.c b/tests/tst-pam_authenticate.c index 20e631aa..1d43ec3a 100644 --- a/tests/tst-pam_authenticate.c +++ b/tests/tst-pam_authenticate.c @@ -31,6 +31,10 @@ * OF THE POSSIBILITY OF SUCH DAMAGE. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <stdio.h> #include <unistd.h> |