diff options
author | Graham Leggett <minfrin@apache.org> | 2006-10-16 21:40:32 +0200 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2006-10-16 21:40:32 +0200 |
commit | 4fdaeae371cbd93cbe6746eeeb0386e2ed38fc04 (patch) | |
tree | cd3d1604130d841f62eb1e92d54f54cbafe73056 /support/htcacheclean.c | |
parent | Remove extra colon from /wd compiler directive. (diff) | |
download | apache2-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.c | 1 |
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 |