]> granicus.if.org Git - apache/commitdiff
Add including of util_charset.h otherwise ap_hdrs_from_ascii is not defined.
authorJean-Frederic Clere <jfclere@apache.org>
Tue, 4 Jan 2005 09:58:01 +0000 (09:58 +0000)
committerJean-Frederic Clere <jfclere@apache.org>
Tue, 4 Jan 2005 09:58:01 +0000 (09:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124080 13f79535-47bb-0310-9956-ffa450edef68

modules/cache/mod_disk_cache.c

index 67ae80d434950219fbd77d8aa3e7bfa62e95c207..db2717dd05f4ab8261908d45587b9e28860a7a3c 100644 (file)
 #include "util_filter.h"
 #include "util_script.h"
 
+#if APR_CHARSET_EBCDIC
+#include "util_charset.h"
+#endif
+
 #if APR_HAVE_UNISTD_H
 #include <unistd.h> /* needed for unlink/link */
 #endif