summaryrefslogtreecommitdiff
path: root/xtests
diff options
context:
space:
mode:
Diffstat (limited to 'xtests')
-rw-r--r--xtests/tst-pam_access1.c1
-rw-r--r--xtests/tst-pam_access2.c1
-rw-r--r--xtests/tst-pam_access3.c1
-rw-r--r--xtests/tst-pam_access4.c1
-rw-r--r--xtests/tst-pam_cracklib1.c1
-rw-r--r--xtests/tst-pam_cracklib2.c1
-rw-r--r--xtests/tst-pam_group1.c1
-rw-r--r--xtests/tst-pam_limits1.c1
-rw-r--r--xtests/tst-pam_succeed_if1.c1
-rw-r--r--xtests/tst-pam_unix1.c1
-rw-r--r--xtests/tst-pam_unix2.c1
-rw-r--r--xtests/tst-pam_unix3.c1
12 files changed, 12 insertions, 0 deletions
diff --git a/xtests/tst-pam_access1.c b/xtests/tst-pam_access1.c
index 457b95d4..15711297 100644
--- a/xtests/tst-pam_access1.c
+++ b/xtests/tst-pam_access1.c
@@ -45,6 +45,7 @@
#endif
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <security/pam_appl.h>
diff --git a/xtests/tst-pam_access2.c b/xtests/tst-pam_access2.c
index b6e18812..293d72ab 100644
--- a/xtests/tst-pam_access2.c
+++ b/xtests/tst-pam_access2.c
@@ -45,6 +45,7 @@
#endif
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <security/pam_appl.h>
diff --git a/xtests/tst-pam_access3.c b/xtests/tst-pam_access3.c
index cd989bb3..817ce930 100644
--- a/xtests/tst-pam_access3.c
+++ b/xtests/tst-pam_access3.c
@@ -45,6 +45,7 @@
#endif
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <security/pam_appl.h>
diff --git a/xtests/tst-pam_access4.c b/xtests/tst-pam_access4.c
index acdb46f1..2b887a4d 100644
--- a/xtests/tst-pam_access4.c
+++ b/xtests/tst-pam_access4.c
@@ -45,6 +45,7 @@
#endif
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <security/pam_appl.h>
diff --git a/xtests/tst-pam_cracklib1.c b/xtests/tst-pam_cracklib1.c
index 1600df97..b0e52051 100644
--- a/xtests/tst-pam_cracklib1.c
+++ b/xtests/tst-pam_cracklib1.c
@@ -36,6 +36,7 @@
#endif
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <security/pam_appl.h>
diff --git a/xtests/tst-pam_cracklib2.c b/xtests/tst-pam_cracklib2.c
index a3d3ff88..84b4ef64 100644
--- a/xtests/tst-pam_cracklib2.c
+++ b/xtests/tst-pam_cracklib2.c
@@ -39,6 +39,7 @@
#endif
#include <stdio.h>
+#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <security/pam_appl.h>
diff --git a/xtests/tst-pam_group1.c b/xtests/tst-pam_group1.c
index f5a04bc0..ca0c2ac9 100644
--- a/xtests/tst-pam_group1.c
+++ b/xtests/tst-pam_group1.c
@@ -49,6 +49,7 @@
#include <grp.h>
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
diff --git a/xtests/tst-pam_limits1.c b/xtests/tst-pam_limits1.c
index ed3d3679..d8952400 100644
--- a/xtests/tst-pam_limits1.c
+++ b/xtests/tst-pam_limits1.c
@@ -46,6 +46,7 @@
#endif
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <sys/time.h>
#include <sys/resource.h>
diff --git a/xtests/tst-pam_succeed_if1.c b/xtests/tst-pam_succeed_if1.c
index 24f42302..c0187743 100644
--- a/xtests/tst-pam_succeed_if1.c
+++ b/xtests/tst-pam_succeed_if1.c
@@ -46,6 +46,7 @@
#endif
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <security/pam_appl.h>
diff --git a/xtests/tst-pam_unix1.c b/xtests/tst-pam_unix1.c
index 7b884997..5ee24082 100644
--- a/xtests/tst-pam_unix1.c
+++ b/xtests/tst-pam_unix1.c
@@ -40,6 +40,7 @@
#endif
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <security/pam_appl.h>
diff --git a/xtests/tst-pam_unix2.c b/xtests/tst-pam_unix2.c
index bf6cd8e7..65a75f3e 100644
--- a/xtests/tst-pam_unix2.c
+++ b/xtests/tst-pam_unix2.c
@@ -42,6 +42,7 @@
#endif
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <security/pam_appl.h>
diff --git a/xtests/tst-pam_unix3.c b/xtests/tst-pam_unix3.c
index bd5ffca4..50a94587 100644
--- a/xtests/tst-pam_unix3.c
+++ b/xtests/tst-pam_unix3.c
@@ -43,6 +43,7 @@
#endif
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <security/pam_appl.h>