From 4fdaeae371cbd93cbe6746eeeb0386e2ed38fc04 Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Mon, 16 Oct 2006 19:40:32 +0000 Subject: [PATCH] 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 --- support/htcacheclean.c | 1 + 1 file changed, 1 insertion(+) diff --git a/support/htcacheclean.c b/support/htcacheclean.c index 5a1649dd30..e2d73caf64 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 -- 2.50.1