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 <stdio.h>
