diff options
Diffstat (limited to 'ext/com_dotnet/com_saproxy.c')
-rw-r--r-- | ext/com_dotnet/com_saproxy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/com_dotnet/com_saproxy.c b/ext/com_dotnet/com_saproxy.c index a8485b688c..67fa18bea1 100644 --- a/ext/com_dotnet/com_saproxy.c +++ b/ext/com_dotnet/com_saproxy.c @@ -32,7 +32,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" typedef struct { /* the object we a proxying for; we hold a refcount to it */ |