]> git.pld-linux.org Git - packages/apache-mod_encoding.git/blame - apache-mod_encoding-iconv_h.patch
- fix config dir
[packages/apache-mod_encoding.git] / apache-mod_encoding-iconv_h.patch
CommitLineData
20fb4418
PG
1--- mod_encoding.c.orig Mon Jan 27 00:45:55 2003
2+++ mod_encoding.c Mon Jan 27 00:48:37 2003
3@@ -17,8 +17,9 @@
4 #include <http_protocol.h>
5 #include <http_request.h>
6 /* #include <ap_compat.h> */
7+#include <apr_strings.h>
8
9-#include <iconv.h>
10+#include "iconv.h.replace"
11
12 /**
13 * Core part of the module.
This page took 0.07153 seconds and 4 git commands to generate.