From: Bill Stoddard Date: Mon, 15 Dec 2003 23:04:44 +0000 (+0000) Subject: Pick up declaration for insert_error_filter hook X-Git-Tag: pre_ajp_proxy~916 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a62142e9d9355dd5727d078ddf27ad9382fa5c4;p=apache Pick up declaration for insert_error_filter hook git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102070 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/metadata/mod_headers.c b/modules/metadata/mod_headers.c index 63e95b2c20..17870b7e07 100644 --- a/modules/metadata/mod_headers.c +++ b/modules/metadata/mod_headers.c @@ -119,6 +119,7 @@ #include "http_request.h" #include "http_log.h" #include "util_filter.h" +#include "http_protocol.h" /* format_tag_hash is initialized during pre-config */ static apr_hash_t *format_tag_hash;