]> granicus.if.org Git - apache/commitdiff
Bring in os.h after we let apr do its platform foo.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 1 Jul 2002 17:49:53 +0000 (17:49 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 1 Jul 2002 17:49:53 +0000 (17:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95928 13f79535-47bb-0310-9956-ffa450edef68

include/httpd.h

index 1b3279644ef1b318ba78e542d3d999bfa0a5f313..bf80654ea5fef3b46ba04a1b4e7135e9b0488800 100644 (file)
@@ -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 */