From 1fc9ec679704d02aa92f7c97b41ab633168c2718 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 16 Jul 2015 13:07:55 +0200 Subject: [PATCH] fix gh-issue #3 --- php_http_querystring.c | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.30.2