From: Graham Leggett Date: Mon, 16 Oct 2006 19:40:32 +0000 (+0000) Subject: Add a missing include of apr_buckets.h. [Martin Kraemer] X-Git-Tag: 2.3.0~2064 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fdaeae371cbd93cbe6746eeeb0386e2ed38fc04;p=thirdparty%2Fapache%2Fhttpd.git Add a missing include of apr_buckets.h. [Martin Kraemer] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@464638 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/htcacheclean.c b/support/htcacheclean.c index 5a1649dd305..e2d73caf644 100644 --- a/support/htcacheclean.c +++ b/support/htcacheclean.c @@ -34,6 +34,7 @@ #include "apr_getopt.h" #include "apr_ring.h" #include "apr_date.h" +#include "apr_buckets.h" #include "../modules/cache/mod_disk_cache.h" #if APR_HAVE_UNISTD_H