From: Brian Havard Date: Tue, 5 Dec 2000 13:54:11 +0000 (+0000) Subject: Include mpm.h so that we know which MPM is being built and therefore X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3dc5e4bd0c4d7311cd1f67c27dccbc85bfda0527;p=apache 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 --- 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