summaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2010-11-20 15:58:34 +0100
committerGraham Leggett <minfrin@apache.org>2010-11-20 15:58:34 +0100
commit27637bfdd83a9fd9458c30e51d0e9079491050c2 (patch)
treede8f2c96e2d5a2bca3cff8084bd5d3ba3894b4ab /support
parentA first attempt at PR#50307 (diff)
downloadapache2-27637bfdd83a9fd9458c30e51d0e9079491050c2.tar.xz
apache2-27637bfdd83a9fd9458c30e51d0e9079491050c2.zip
mod_disk_cache renamed to mod_cache_disk, to be consistent with the
naming of other modules. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037229 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support')
-rw-r--r--support/htcacheclean.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/htcacheclean.c b/support/htcacheclean.c
index 8002e9fea5..311dbcd05d 100644
--- a/support/htcacheclean.c
+++ b/support/htcacheclean.c
@@ -38,7 +38,7 @@
#include "apr_buckets.h"
#include "../modules/cache/cache_common.h"
-#include "../modules/cache/disk_cache_common.h"
+#include "../modules/cache/cache_disk_common.h"
#if APR_HAVE_UNISTD_H
#include <unistd.h>