diff options
-rw-r--r-- | test/testdso.c | 1 | ||||
-rw-r--r-- | test/testmd5.c | 2 | ||||
-rw-r--r-- | test/testsf.c | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/test/testdso.c b/test/testdso.c index 3245bfb9d..2ac0f002d 100644 --- a/test/testdso.c +++ b/test/testdso.c @@ -4,6 +4,7 @@ #include "apr_dso.h" #include <string.h> #include <stdlib.h> +#include <stdio.h> #include <unistd.h> #define LIB_NAME "mod_test.so" diff --git a/test/testmd5.c b/test/testmd5.c index ca6614f70..cf187e4c6 100644 --- a/test/testmd5.c +++ b/test/testmd5.c @@ -54,9 +54,11 @@ #include <assert.h> #include <stdlib.h> +#include <stdio.h> #include "apr_md5.h" #include "apr_xlate.h" +#include "apr_general.h" struct testcase { const char *s; diff --git a/test/testsf.c b/test/testsf.c index cbd3a4c1e..9c9acc4f5 100644 --- a/test/testsf.c +++ b/test/testsf.c @@ -57,6 +57,7 @@ #include <signal.h> #include <stdlib.h> #include <string.h> +#include <sys/uio.h> #include "apr_network_io.h" #include "apr_errno.h" #include "apr_general.h" |