diff options
author | Guenter Knauf <fuankg@apache.org> | 2010-11-11 15:41:32 +0100 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2010-11-11 15:41:32 +0100 |
commit | ba6999ccefdd5fb979ed2da6bcee2c1591ec49e1 (patch) | |
tree | 35b406a1888eec55e39eb8b511dea0d8448fe563 /support | |
parent | Update. (diff) | |
download | apache2-ba6999ccefdd5fb979ed2da6bcee2c1591ec49e1.tar.xz apache2-ba6999ccefdd5fb979ed2da6bcee2c1591ec49e1.zip |
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')
-rw-r--r-- | support/htcacheclean.c | 2 |
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> |