From fd8411635e07152a189257408c6209965655efd1 Mon Sep 17 00:00:00 2001 From: Moriyoshi Koizumi Date: Wed, 13 Aug 2003 18:21:06 +0000 Subject: [PATCH] Slight improvement. Hope this will make some difference. --- ext/iconv/iconv.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ext/iconv/iconv.c b/ext/iconv/iconv.c index a7a441a54e..c631ea1d81 100644 --- a/ext/iconv/iconv.c +++ b/ext/iconv/iconv.c @@ -41,11 +41,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 -- 2.50.0