diff options
author | Sterling Hughes <sterling@php.net> | 2001-05-06 21:38:58 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@php.net> | 2001-05-06 21:38:58 +0000 |
commit | af58697165c98d25d19d47ca67a064eba2d7f194 (patch) | |
tree | f8f242500663de0f7d56f682ed42f825bc80e39d /ext/iconv | |
parent | 3a56faeec9d2f04a72566b623074af3ba5ab3573 (diff) | |
download | php-git-af58697165c98d25d19d47ca67a064eba2d7f194.tar.gz |
fix compile bug.
Diffstat (limited to 'ext/iconv')
-rw-r--r-- | ext/iconv/php_iconv.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <iconv.h> +#include "php.h" #include "SAPI.h" extern zend_module_entry iconv_module_entry; |