diff options
author | Zeev Suraski <zeev@php.net> | 2004-02-12 10:43:27 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2004-02-12 10:43:27 +0000 |
commit | 30171a75909f69cb22590a0e74fccd6eeb4b1681 (patch) | |
tree | b0ede371b5fc18dfccb3e73b70a5da3582af797c /ext/com_dotnet/com_handlers.c | |
parent | 07e3413e99b89e35417a1cf7d6aacb5a009dd7d7 (diff) | |
download | php-git-30171a75909f69cb22590a0e74fccd6eeb4b1681.tar.gz |
zend_default_classes.h -> zend_exceptions.h
Diffstat (limited to 'ext/com_dotnet/com_handlers.c')
-rw-r--r-- | ext/com_dotnet/com_handlers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/com_dotnet/com_handlers.c b/ext/com_dotnet/com_handlers.c index 0811fddec2..2c247d7c80 100644 --- a/ext/com_dotnet/com_handlers.c +++ b/ext/com_dotnet/com_handlers.c @@ -27,7 +27,7 @@ #include "ext/standard/info.h" #include "php_com_dotnet.h" #include "php_com_dotnet_internal.h" -#include "Zend/zend_default_classes.h" +#include "Zend/zend_exceptions.h" static zval *com_property_read(zval *object, zval *member, zend_bool silent TSRMLS_DC) { |