From 6f6e13de54036a11d4e3a5cf7af1b1f46e9cbfa0 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Tue, 26 Dec 2000 23:05:55 +0000 Subject: [PATCH] Use iostream.h instead of istream.h (IBM's compiler doesn't come with istream.h, and iostream.h should include it) --- Zend/zend_compile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.50.1