]> granicus.if.org Git - php/commitdiff
Use iostream.h instead of istream.h (IBM's compiler doesn't come with istream.h,
authorZeev Suraski <zeev@php.net>
Tue, 26 Dec 2000 23:05:55 +0000 (23:05 +0000)
committerZeev Suraski <zeev@php.net>
Tue, 26 Dec 2000 23:05:55 +0000 (23:05 +0000)
and iostream.h should include it)

Zend/zend_compile.h

index b30fde873c53cc388b26d79a7eb1e82bf3b93207..a320e6a943430ddefdf9660c029b0fa222c46595 100644 (file)
@@ -28,7 +28,7 @@
 #endif
 
 #ifdef __cplusplus
-#include <istream.h>
+#include <iostream.h>
 #endif
 
 #include "zend_llist.h"