From 1a62142e9d9355dd5727d078ddf27ad9382fa5c4 Mon Sep 17 00:00:00 2001 From: Bill Stoddard Date: Mon, 15 Dec 2003 23:04:44 +0000 Subject: [PATCH] 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 --- modules/metadata/mod_headers.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.50.1