Commit 3dc5e4bd authored by Brian Havard's avatar Brian Havard
Browse files

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
parent 3cb4dce0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>