From: Sterling Hughes Date: Sun, 6 May 2001 21:38:58 +0000 (+0000) Subject: fix compile bug. X-Git-Tag: php-4.0.6RC1~99 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af58697165c98d25d19d47ca67a064eba2d7f194;p=php fix compile bug. --- diff --git a/ext/iconv/php_iconv.h b/ext/iconv/php_iconv.h index a1ba27d79c..0f9e36204d 100644 --- a/ext/iconv/php_iconv.h +++ b/ext/iconv/php_iconv.h @@ -21,6 +21,7 @@ #define PHP_ICONV_H #include +#include "php.h" #include "SAPI.h" extern zend_module_entry iconv_module_entry;