diff options
Diffstat (limited to 'ext/tidy/tidy.c')
-rw-r--r-- | ext/tidy/tidy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tidy/tidy.c b/ext/tidy/tidy.c index 30f0688e87..1164b45881 100644 --- a/ext/tidy/tidy.c +++ b/ext/tidy/tidy.c @@ -32,7 +32,7 @@ #include "safe_mode.h" #include "Zend/zend_API.h" #include "Zend/zend_hash.h" -#include "Zend/zend_default_classes.h" +#include "Zend/zend_exceptions.h" #include "Zend/zend_object_handlers.h" ZEND_DECLARE_MODULE_GLOBALS(tidy) |