rbb 2002/11/26 08:10:59
Modified: test testdso.c testtime.c Log: Fix a coupleof build warnings Revision Changes Path 1.27 +1 -0 apr/test/testdso.c Index: testdso.c =================================================================== RCS file: /home/cvs/apr/test/testdso.c,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- testdso.c 25 Nov 2002 15:01:17 -0000 1.26 +++ testdso.c 26 Nov 2002 16:10:59 -0000 1.27 @@ -58,6 +58,7 @@ #include "apr_pools.h" #include "apr_errno.h" #include "apr_dso.h" +#include "apr_strings.h" #include "apr.h" #ifdef APR_HAVE_UNISTD_H #include <unistd.h> 1.43 +2 -3 apr/test/testtime.c Index: testtime.c =================================================================== RCS file: /home/cvs/apr/test/testtime.c,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- testtime.c 24 Nov 2002 04:57:35 -0000 1.42 +++ testtime.c 26 Nov 2002 16:10:59 -0000 1.43 @@ -56,10 +56,9 @@ #include "apr_errno.h" #include "apr_general.h" #include "apr_lib.h" -#include <errno.h> -#include <time.h> -#include <stdio.h> #include "test_apr.h" +#include "apr_strings.h" +#include <time.h> #define STR_SIZE 45
