diff options
Diffstat (limited to 'ext/com_dotnet/com_dotnet.c')
-rw-r--r-- | ext/com_dotnet/com_dotnet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/com_dotnet/com_dotnet.c b/ext/com_dotnet/com_dotnet.c index cbcc7bbbe4..84137cfd87 100644 --- a/ext/com_dotnet/com_dotnet.c +++ b/ext/com_dotnet/com_dotnet.c @@ -29,7 +29,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" # include <mscoree.h> struct dotnet_runtime_stuff { |