From 3d16ccc83ea936697c1f70383e5af36ee735136b Mon Sep 17 00:00:00 2001 From: Brian Havard Date: Tue, 5 Dec 2000 13:54:11 +0000 Subject: [PATCH] Include mpm.h so that we know which MPM is being built and therefore when to export ap_listen_open(). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87207 13f79535-47bb-0310-9956-ffa450edef68 --- server/listen.c | 1 + 1 file changed, 1 insertion(+) diff --git a/server/listen.c b/server/listen.c index ebcf39db20..5f797cbc2e 100644 --- a/server/listen.c +++ b/server/listen.c @@ -65,6 +65,7 @@ #include "ap_listen.h" #include "apr_strings.h" #include "http_log.h" +#include "mpm.h" #include "mpm_common.h" #ifdef HAVE_STRING_H #include -- 2.50.1