diff options
author | Allan K. Edwards <ake@apache.org> | 2000-06-22 21:17:20 +0200 |
---|---|---|
committer | Allan K. Edwards <ake@apache.org> | 2000-06-22 21:17:20 +0200 |
commit | 4284045bed04d01c04a113fd44b6485bd9bc1109 (patch) | |
tree | 7b6c0323171e7878bcbea8cc437d496aa4bebd77 /server | |
parent | Make dexter use the ap_poll API. This change is forced by AIX's (diff) | |
download | apache2-4284045bed04d01c04a113fd44b6485bd9bc1109.tar.xz apache2-4284045bed04d01c04a113fd44b6485bd9bc1109.zip |
Get Win32 building after yesterday's patch to make MPM's explain
where to change compiled-in limits.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85660 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server')
-rw-r--r-- | server/mpm/winnt/mpm_winnt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/mpm/winnt/mpm_winnt.c b/server/mpm/winnt/mpm_winnt.c index 6eb513f99d..616a17048e 100644 --- a/server/mpm/winnt/mpm_winnt.c +++ b/server/mpm/winnt/mpm_winnt.c @@ -71,6 +71,7 @@ #include "mpm_default.h" #include "iol_socket.h" #include "mpm_winnt.h" +#include "mpm_common.h" /* * Definitions of WINNT MPM specific config globals |