From af58697165c98d25d19d47ca67a064eba2d7f194 Mon Sep 17 00:00:00 2001 From: Sterling Hughes Date: Sun, 6 May 2001 21:38:58 +0000 Subject: [PATCH] fix compile bug. --- ext/iconv/php_iconv.h | 1 + 1 file changed, 1 insertion(+) 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; -- 2.50.1