summaryrefslogtreecommitdiff
path: root/ext/iconv
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <moriyoshi@php.net>2003-08-13 18:21:06 +0000
committerMoriyoshi Koizumi <moriyoshi@php.net>2003-08-13 18:21:06 +0000
commitfd8411635e07152a189257408c6209965655efd1 (patch)
tree93335704589db2f8f06f322ef2986002be88bebb /ext/iconv
parente7820af9f8ae1475f757b945c43ded68cbbacbef (diff)
downloadphp-git-fd8411635e07152a189257408c6209965655efd1.tar.gz
Slight improvement. Hope this will make some difference.
Diffstat (limited to 'ext/iconv')
-rw-r--r--ext/iconv/iconv.c8
1 files 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 <iconv.h>
-#endif
-
+#ifdef PHP_ICONV_H_PATH
#include PHP_ICONV_H_PATH
+#else
+#include <iconv.h>
+#endif
#ifdef HAVE_GLIBC_ICONV
#include <gnu/libc-version.h>