]> granicus.if.org Git - apache/commitdiff
Add a missing include of apr_buckets.h. [Martin Kraemer]
authorGraham Leggett <minfrin@apache.org>
Mon, 16 Oct 2006 19:40:32 +0000 (19:40 +0000)
committerGraham Leggett <minfrin@apache.org>
Mon, 16 Oct 2006 19:40:32 +0000 (19:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@464638 13f79535-47bb-0310-9956-ffa450edef68

support/htcacheclean.c

index 5a1649dd305cc4e37621dd162e399039d364948c..e2d73caf64464eca6e957e5dd54ccbf1e3129e23 100644 (file)
@@ -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