summaryrefslogtreecommitdiffstats
path: root/support/htcacheclean.c
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2006-10-16 21:40:32 +0200
committerGraham Leggett <minfrin@apache.org>2006-10-16 21:40:32 +0200
commit4fdaeae371cbd93cbe6746eeeb0386e2ed38fc04 (patch)
treecd3d1604130d841f62eb1e92d54f54cbafe73056 /support/htcacheclean.c
parentRemove extra colon from /wd compiler directive. (diff)
downloadapache2-4fdaeae371cbd93cbe6746eeeb0386e2ed38fc04.tar.xz
apache2-4fdaeae371cbd93cbe6746eeeb0386e2ed38fc04.zip
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
Diffstat (limited to '')
-rw-r--r--support/htcacheclean.c1
1 files changed, 1 insertions, 0 deletions
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