summaryrefslogtreecommitdiff
path: root/support/htcacheclean.c
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2010-11-11 14:41:32 +0000
committerGuenter Knauf <fuankg@apache.org>2010-11-11 14:41:32 +0000
commitba6999ccefdd5fb979ed2da6bcee2c1591ec49e1 (patch)
tree35b406a1888eec55e39eb8b511dea0d8448fe563 /support/htcacheclean.c
parent664481b1f7613ff3f2776861600dc69eafa307c9 (diff)
downloadhttpd-ba6999ccefdd5fb979ed2da6bcee2c1591ec49e1.tar.gz
More splitting as suggested by minfrin.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1033952 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/htcacheclean.c')
-rw-r--r--support/htcacheclean.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/support/htcacheclean.c b/support/htcacheclean.c
index d2b80efa66..c359ab193c 100644
--- a/support/htcacheclean.c
+++ b/support/htcacheclean.c
@@ -36,7 +36,9 @@
#include "apr_ring.h"
#include "apr_date.h"
#include "apr_buckets.h"
+
#include "../modules/cache/cache_common.h"
+#include "../modules/cache/disk_cache_common.h"
#if APR_HAVE_UNISTD_H
#include <unistd.h>