From: Moriyoshi Koizumi Date: Wed, 13 Aug 2003 18:22:17 +0000 (+0000) Subject: MFH(r-1.96): Slight improvement. Hope this will make some difference. X-Git-Tag: php-4.3.3RC4~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe042a90b995249a51e30cc2064fa6454e8569c4;p=php MFH(r-1.96): Slight improvement. Hope this will make some difference. --- diff --git a/ext/iconv/iconv.c b/ext/iconv/iconv.c index 282ef41d3d..c61410786e 100644 --- a/ext/iconv/iconv.c +++ b/ext/iconv/iconv.c @@ -36,11 +36,11 @@ #ifdef HAVE_ICONV -#ifndef PHP_ICONV_H_PATH -#define PHP_ICONV_H_PATH -#endif - +#ifdef PHP_ICONV_H_PATH #include PHP_ICONV_H_PATH +#else +#include +#endif #ifdef HAVE_GLIBC_ICONV #include