]> granicus.if.org Git - php/commitdiff
- Include iostream.h in C++.
authorAndi Gutmans <andi@php.net>
Tue, 11 Jul 2000 04:07:18 +0000 (04:07 +0000)
committerAndi Gutmans <andi@php.net>
Tue, 11 Jul 2000 04:07:18 +0000 (04:07 +0000)
Zend/zend_compile.h

index e7376f3c2bb673e66cc9a0a38dd9a686ba4492d6..d93a8847b424e72054eabf40c7d65e0e458efac9 100644 (file)
 # include <stdarg.h>
 #endif
 
+#ifdef __cplusplus
+#include <istream.h>;
+#endif
+
 #include "zend_llist.h"
 
 #define DEBUG_ZEND 0