From cvs-return-4951-apmail-apr-cvs-archive=apr.apache.org@apr.apache.org Mon Apr 28 12:44:23 2003 Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 21314 invoked by uid 500); 28 Apr 2003 12:44:22 -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 21239 invoked by uid 500); 28 Apr 2003 12:44:21 -0000 Delivered-To: apmail-apr-util-cvs@apache.org Date: 28 Apr 2003 12:44:21 -0000 Message-ID: <20030428124421.1459.qmail@icarus.apache.org> From: trawick@apache.org To: apr-util-cvs@apache.org Subject: cvs commit: apr-util/test testdbm.c X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N trawick 2003/04/28 05:44:21 Modified: test testdbm.c Log: make sure we have prototypes for strcasecmp() Revision Changes Path 1.20 +2 -0 apr-util/test/testdbm.c Index: testdbm.c =================================================================== RCS file: /home/cvs/apr-util/test/testdbm.c,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- testdbm.c 22 Apr 2003 13:49:48 -0000 1.19 +++ testdbm.c 28 Apr 2003 12:44:21 -0000 1.20 @@ -71,6 +71,8 @@ #include "apr_errno.h" #include "apr_getopt.h" #include "apr_time.h" +#define APR_WANT_STRFUNC +#include "apr_want.h" #if APR_HAVE_STDIO_H #include