diff options
Diffstat (limited to 'tests/tst-pam_start.c')
-rw-r--r-- | tests/tst-pam_start.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/tst-pam_start.c b/tests/tst-pam_start.c index f50d5e04..ce013633 100644 --- a/tests/tst-pam_start.c +++ b/tests/tst-pam_start.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> |