Return-Path: Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 52282 invoked by uid 1121); 10 Dec 2000 21:44:39 -0000 Date: 10 Dec 2000 21:44:39 -0000 Message-ID: <20001210214439.52281.qmail@locus.apache.org> From: trawick@locus.apache.org To: apr-cvs@apache.org Subject: cvs commit: apr/test testfile.c trawick 00/12/10 13:44:39 Modified: test testfile.c Log: include for the memset() declaration Revision Changes Path 1.20 +1 -0 apr/test/testfile.c Index: testfile.c =================================================================== RCS file: /home/cvs/apr/test/testfile.c,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- testfile.c 2000/12/03 17:47:40 1.19 +++ testfile.c 2000/12/10 21:44:39 1.20 @@ -55,6 +55,7 @@ #include #include #include +#include #include "apr_file_io.h" #include "apr_network_io.h" #include "apr_errno.h"