]> granicus.if.org Git - apache/commitdiff
Include mpm.h so that we know which MPM is being built and therefore
authorBrian Havard <bjh@apache.org>
Tue, 5 Dec 2000 13:54:11 +0000 (13:54 +0000)
committerBrian Havard <bjh@apache.org>
Tue, 5 Dec 2000 13:54:11 +0000 (13:54 +0000)
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

index ebcf39db20af53ea59b27fec90400a7e3448cc1c..5f797cbc2e857a2fa97f6f642dc10c7894a0bb50 100644 (file)
@@ -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 <string.h>