Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 17295 invoked by uid 500); 26 Nov 2002 16:11:00 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 17284 invoked from network); 26 Nov 2002 16:11:00 -0000 Date: 26 Nov 2002 16:10:59 -0000 Message-ID: <20021126161059.2066.qmail@icarus.apache.org> From: rbb@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr/test testdso.c testtime.c X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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 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 -#include -#include #include "test_apr.h" +#include "apr_strings.h" +#include #define STR_SIZE 45