Return-Path: Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 56233 invoked by uid 1134); 7 Dec 2000 06:53:00 -0000 Date: 7 Dec 2000 06:53:00 -0000 Message-ID: <20001207065300.56232.qmail@locus.apache.org> From: wrowe@locus.apache.org To: apr-cvs@apache.org Subject: cvs commit: apr/test testmmap.c wrowe 00/12/06 22:52:59 Modified: test testmmap.c Log: Get ahead for win32 Revision Changes Path 1.18 +2 -0 apr/test/testmmap.c Index: testmmap.c =================================================================== RCS file: /home/cvs/apr/test/testmmap.c,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- testmmap.c 2000/12/07 05:00:28 1.17 +++ testmmap.c 2000/12/07 06:52:59 1.18 @@ -52,7 +52,9 @@ * . */ +#if APR_HAS_UNISTD_H #include +#endif #include #include #include