From: Michael Wallner Date: Thu, 16 Jul 2015 11:07:55 +0000 (+0200) Subject: fix gh-issue #3 X-Git-Tag: RELEASE_2_5_1~5 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=1fc9ec679704d02aa92f7c97b41ab633168c2718 fix gh-issue #3 --- diff --git a/php_http_querystring.c b/php_http_querystring.c index d265748..d72337f 100644 --- a/php_http_querystring.c +++ b/php_http_querystring.c @@ -16,6 +16,9 @@ #include #ifdef PHP_HTTP_HAVE_ICONV +# ifndef HAVE_ICONV +# define HAVE_ICONV 1 +# endif # undef PHP_ATOM_INC # include #endif