summaryrefslogtreecommitdiff
path: root/xtests/tst-pam_dispatch1.c
diff options
context:
space:
mode:
Diffstat (limited to 'xtests/tst-pam_dispatch1.c')
-rw-r--r--xtests/tst-pam_dispatch1.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/xtests/tst-pam_dispatch1.c b/xtests/tst-pam_dispatch1.c
index 0fb5bdef..73720ab8 100644
--- a/xtests/tst-pam_dispatch1.c
+++ b/xtests/tst-pam_dispatch1.c
@@ -1,7 +1,8 @@
+#include <stdio.h>
+#include <string.h>
#include <security/pam_appl.h>
#include <security/pam_misc.h>
-#include <stdio.h>
static struct pam_conv conv = {
misc_conv,