From ed1e3421f01b1fc5a956ffc1595dec2624f92fd0 Mon Sep 17 00:00:00 2001 From: Yann Ylavic Date: Thu, 18 Jan 2018 18:05:37 +0000 Subject: [PATCH] Follow up to r1821526: mpm_unix.h needs this includes only for now. [Reverted by r1821619] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1821534 13f79535-47bb-0310-9956-ffa450edef68 --- server/mpm_unix.c | 3 +-- server/mpm_unix.h | 5 ++++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/server/mpm_unix.c b/server/mpm_unix.c index d301da8303..2fae89bc4c 100644 --- a/server/mpm_unix.c +++ b/server/mpm_unix.c @@ -29,7 +29,6 @@ #include "mpm_unix.h" -#include "apr.h" #include "apr_thread_proc.h" #include "apr_signal.h" #include "apr_strings.h" @@ -41,12 +40,12 @@ #include "apr_atomic.h" #include "apr_errno.h" +#include "httpd.h" #include "http_config.h" #include "http_core.h" #include "http_log.h" #include "http_main.h" #include "mpm_common.h" -#include "ap_mpm.h" #include "ap_listen.h" #include "scoreboard.h" #include "util_mutex.h" diff --git a/server/mpm_unix.h b/server/mpm_unix.h index 826256ef06..45e0ab1f86 100644 --- a/server/mpm_unix.h +++ b/server/mpm_unix.h @@ -28,7 +28,10 @@ #ifndef WIN32 -#include "httpd.h" +#include +#include +#include +#include #include #include -- 2.40.0