From 84fc13acf96e1d38ad23c65d2b249fa1ff56f044 Mon Sep 17 00:00:00 2001 From: Brian Havard Date: Wed, 20 Dec 2000 14:27:02 +0000 Subject: [PATCH] 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 --- include/ap_listen.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.1