]> git.pld-linux.org Git - packages/apache-mod_encoding.git/blob - apache-mod_encoding-iconv_h.patch
- from homepage, not applied, but should be...
[packages/apache-mod_encoding.git] / apache-mod_encoding-iconv_h.patch
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.087079 seconds and 4 git commands to generate.