Return-Path: Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Delivered-To: mailing list cvs@apr.apache.org Delivered-To: moderator for cvs@apr.apache.org Received: (qmail 62388 invoked by uid 1103); 2 Dec 2000 12:07:44 -0000 Date: 2 Dec 2000 12:07:44 -0000 Message-ID: <20001202120744.62387.qmail@locus.apache.org> From: dreid@locus.apache.org To: apr-cvs@apache.org Subject: cvs commit: apr/include apr_file_io.h apr_mmap.h dreid 00/12/02 04:07:44 Modified: include apr_file_io.h apr_mmap.h Log: A couple of header files that are needed by BeOS to build. Submitted by: Sam TH Reviewed by: David Reid Revision Changes Path 1.78 +4 -0 apr/include/apr_file_io.h Index: apr_file_io.h =================================================================== RCS file: /home/cvs/apr/include/apr_file_io.h,v retrieving revision 1.77 retrieving revision 1.78 diff -u -r1.77 -r1.78 --- apr_file_io.h 2000/12/01 06:37:45 1.77 +++ apr_file_io.h 2000/12/02 12:07:44 1.78 @@ -64,6 +64,10 @@ #include /* for SEEK_* */ #endif +#if APR_HAVE_SYS_UIO_H +#include +#endif + #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ 1.16 +4 -0 apr/include/apr_mmap.h Index: apr_mmap.h =================================================================== RCS file: /home/cvs/apr/include/apr_mmap.h,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- apr_mmap.h 2000/11/26 03:00:02 1.15 +++ apr_mmap.h 2000/12/02 12:07:44 1.16 @@ -60,6 +60,10 @@ #include "apr_errno.h" #include "apr_file_io.h" /* for apr_file_t */ +#ifdef BEOS +#include +#endif + #ifdef __cplusplus extern "C" { #endif /* __cplusplus */