Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 38974 invoked by uid 500); 1 Jul 2002 17:49:54 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 38963 invoked by uid 500); 1 Jul 2002 17:49:54 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 1 Jul 2002 17:49:53 -0000 Message-ID: <20020701174953.66099.qmail@icarus.apache.org> From: wrowe@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/include httpd.h X-Spam-Rating: 209.66.108.5 1.6.2 0/1000/N wrowe 2002/07/01 10:49:53 Modified: include httpd.h Log: Bring in os.h after we let apr do its platform foo. Revision Changes Path 1.189 +2 -1 httpd-2.0/include/httpd.h Index: httpd.h =================================================================== RCS file: /home/cvs/httpd-2.0/include/httpd.h,v retrieving revision 1.188 retrieving revision 1.189 diff -u -r1.188 -r1.189 --- httpd.h 26 Jun 2002 19:45:06 -0000 1.188 +++ httpd.h 1 Jul 2002 17:49:53 -0000 1.189 @@ -73,7 +73,6 @@ #include "ap_mmn.h" #include "ap_release.h" -#include "os.h" #include "apr_general.h" #include "apr_tables.h" @@ -81,6 +80,8 @@ #include "apr_time.h" #include "apr_network_io.h" #include "apr_buckets.h" + +#include "os.h" #include "pcreposix.h"