]> granicus.if.org Git - apache/commitdiff
include util_charset.h in ebcdic builds
authorEric Covener <covener@apache.org>
Tue, 2 Jul 2013 17:16:47 +0000 (17:16 +0000)
committerEric Covener <covener@apache.org>
Tue, 2 Jul 2013 17:16:47 +0000 (17:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1499025 13f79535-47bb-0310-9956-ffa450edef68

modules/mappers/mod_rewrite.c

index a7ac2134b84702ae4134dd7188527fb5014e9724..5627e66f9430127248754a598f617d6684bdc92d 100644 (file)
 #include "mod_rewrite.h"
 #include "ap_expr.h"
 
+#if APR_CHARSET_EBCDIC
+#include "util_charset.h"
+#endif
+
 static ap_dbd_t *(*dbd_acquire)(request_rec*) = NULL;
 static void (*dbd_prepare)(server_rec*, const char*, const char*) = NULL;
 static const char* really_last_key = "rewrite_really_last";