From: William A. Rowe Jr Date: Fri, 19 Oct 2001 05:01:13 +0000 (+0000) Subject: And where, praytell, should mod_proxy.c find ap_send_http_options X-Git-Tag: 2.0.27~87 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e289e87c82d8928bbd06254f5fd7f15075205d12;p=apache And where, praytell, should mod_proxy.c find ap_send_http_options and ap_send_http_trace? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91561 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/mod_proxy.c b/modules/proxy/mod_proxy.c index 1f4d417b24..94270aae1f 100644 --- a/modules/proxy/mod_proxy.c +++ b/modules/proxy/mod_proxy.c @@ -59,6 +59,7 @@ #define CORE_PRIVATE #include "mod_proxy.h" +#include "mod_core.h" extern module AP_MODULE_DECLARE_DATA proxy_module;