Return-Path: Delivered-To: apmail-apache-cvs-archive@apache.org Received: (qmail 1756 invoked by uid 500); 7 Feb 2001 05:41:39 -0000 Mailing-List: contact apache-cvs-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list apache-cvs@apache.org Received: (qmail 1730 invoked by uid 500); 7 Feb 2001 05:41:36 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 7 Feb 2001 05:41:36 -0000 Message-ID: <20010207054136.1726.qmail@apache.org> From: chuck@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/modules/proxy proxy_http.c chuck 01/02/06 21:41:36 Modified: modules/proxy proxy_http.c Log: Changes to get running on the current codebase Revision Changes Path 1.29 +3 -0 httpd-2.0/modules/proxy/proxy_http.c Index: proxy_http.c =================================================================== RCS file: /home/cvs/httpd-2.0/modules/proxy/proxy_http.c,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- proxy_http.c 2001/02/05 15:04:32 1.28 +++ proxy_http.c 2001/02/07 05:41:35 1.29 @@ -61,6 +61,9 @@ #define CORE_PRIVATE #include "mod_proxy.h" +#include "apr_buckets.h" +#include "util_filter.h" +#include "ap_config.h" #include "http_log.h" #include "http_main.h" #include "http_core.h"