From: Zeev Suraski Date: Tue, 26 Dec 2000 23:05:55 +0000 (+0000) Subject: Use iostream.h instead of istream.h (IBM's compiler doesn't come with istream.h, X-Git-Tag: php-4.0.5RC1~785 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f6e13de54036a11d4e3a5cf7af1b1f46e9cbfa0;p=php Use iostream.h instead of istream.h (IBM's compiler doesn't come with istream.h, and iostream.h should include it) --- diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h index b30fde873c..a320e6a943 100644 --- a/Zend/zend_compile.h +++ b/Zend/zend_compile.h @@ -28,7 +28,7 @@ #endif #ifdef __cplusplus -#include +#include #endif #include "zend_llist.h"