From: Brian Havard Date: Wed, 20 Dec 2000 14:27:02 +0000 (+0000) Subject: Include mpm.h so the tests for SPMT_OS2_MPM actually work. X-Git-Tag: APACHE_2_0_BETA_CANDIDATE_1~382 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=84fc13acf96e1d38ad23c65d2b249fa1ff56f044;p=apache Include mpm.h so the tests for SPMT_OS2_MPM actually work. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87452 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_listen.h b/include/ap_listen.h index e723224a54..c9d825194f 100644 --- a/include/ap_listen.h +++ b/include/ap_listen.h @@ -58,6 +58,7 @@ #include "apr_network_io.h" #include "httpd.h" #include "http_config.h" +#include "mpm.h" /** * @package Apache Listeners Library