diff options
| author | Yasuo Ohgaki <yohgaki@php.net> | 2002-09-04 05:17:16 +0000 |
|---|---|---|
| committer | Yasuo Ohgaki <yohgaki@php.net> | 2002-09-04 05:17:16 +0000 |
| commit | 38ef35e5b0e36ca012cf675175067e4e582e229a (patch) | |
| tree | ec8a280f2e3e8be51f29c67e99eb05599fe0759e /ext/iconv/php_iconv.h | |
| parent | 610b2b76d74ae760d19580695464581c49e5fe19 (diff) | |
| download | php-git-38ef35e5b0e36ca012cf675175067e4e582e229a.tar.gz | |
Fixed undefiend referece at build time.
Fixed transilit test script.
Make fixes available on Windows.
Patch by Yoshimori Koizumi<readjust@deneb.freemail.ne.jp>
Diffstat (limited to 'ext/iconv/php_iconv.h')
| -rw-r--r-- | ext/iconv/php_iconv.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/iconv/php_iconv.h b/ext/iconv/php_iconv.h index 247f4cc615..5ee76c6549 100644 --- a/ext/iconv/php_iconv.h +++ b/ext/iconv/php_iconv.h @@ -28,10 +28,11 @@ #ifdef PHP_ATOM_INC #include "php_have_iconv.h" +#include "php_have_libiconv.h" #endif -#if HAVE_ICONV +#ifdef HAVE_ICONV extern zend_module_entry iconv_module_entry; #define iconv_module_ptr &iconv_module_entry |
