From: William A. Rowe Jr Date: Sat, 10 Feb 2001 21:57:45 +0000 (+0000) Subject: Fix Win32 Breakage X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=93cc1e70dad2f882305f593437efa7eecfb7ed18;p=apache Fix Win32 Breakage git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88068 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/winnt/mpm_winnt.c b/server/mpm/winnt/mpm_winnt.c index 133c2e4624..22fe03651b 100644 --- a/server/mpm/winnt/mpm_winnt.c +++ b/server/mpm/winnt/mpm_winnt.c @@ -1,4 +1,3 @@ - /* ==================================================================== * The Apache Software License, Version 1.1 * @@ -67,6 +66,7 @@ #include "apr_portable.h" #include "apr_getopt.h" #include "apr_strings.h" +#include "apr_lib.h" #include "ap_mpm.h" #include "ap_config.h" #include "ap_listen.h" diff --git a/server/mpm/winnt/service.c b/server/mpm/winnt/service.c index 1cb2c21288..6eb65cf6a8 100644 --- a/server/mpm/winnt/service.c +++ b/server/mpm/winnt/service.c @@ -86,6 +86,7 @@ #include "http_log.h" #include "mpm_winnt.h" #include "apr_strings.h" +#include "apr_lib.h" static const char * service_name = NULL;