From: Joe Orton Date: Mon, 24 Oct 2005 13:49:09 +0000 (+0000) Subject: * server/eor_bucket.c: Pick up ap_run_log_transaction prototype. X-Git-Tag: 2.3.0~2836 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39b34537beb5ec80404e689d7926c51b6bd00567;p=thirdparty%2Fapache%2Fhttpd.git * server/eor_bucket.c: Pick up ap_run_log_transaction prototype. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@328069 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/eor_bucket.c b/server/eor_bucket.c index 84e5bd21d58..86230b600d7 100644 --- a/server/eor_bucket.c +++ b/server/eor_bucket.c @@ -16,6 +16,7 @@ #include "httpd.h" #include "http_request.h" +#include "http_protocol.h" static apr_status_t eor_bucket_read(apr_bucket *b, const char **str, apr_size_t *len, apr_read_type_e block)