From: Brian Havard Date: Fri, 3 Mar 2000 14:24:40 +0000 (+0000) Subject: Fix include file order. X-Git-Tag: APACHE_2_0_ALPHA~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e1802b36e6d240a1c982f217f07fddef4a83accf;p=apache Fix include file order. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84705 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/spmt_os2/spmt_os2.c b/server/mpm/spmt_os2/spmt_os2.c index a60b96e097..1b484d951e 100644 --- a/server/mpm/spmt_os2/spmt_os2.c +++ b/server/mpm/spmt_os2/spmt_os2.c @@ -61,8 +61,8 @@ #define INCL_DOS #define INCL_DOSERRORS -#include "httpd.h" #include "ap_config.h" +#include "httpd.h" #include "mpm_default.h" #include "http_main.h" #include "http_log.h"