From: William A. Rowe Jr Date: Mon, 1 Jul 2002 17:49:53 +0000 (+0000) Subject: Bring in os.h after we let apr do its platform foo. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d4cf7934ebe1d2a4b05c55d481412fecaf32ee69;p=apache Bring in os.h after we let apr do its platform foo. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95928 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/httpd.h b/include/httpd.h index 1b3279644e..bf80654ea5 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -73,7 +73,6 @@ #include "ap_mmn.h" #include "ap_release.h" -#include "os.h" #include "apr_general.h" #include "apr_tables.h" @@ -82,6 +81,8 @@ #include "apr_network_io.h" #include "apr_buckets.h" +#include "os.h" + #include "pcreposix.h" /* Note: util_uri.h is also included, see below */