summaryrefslogtreecommitdiff
path: root/ext/standard/php_assert.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/php_assert.h')
-rw-r--r--ext/standard/php_assert.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/standard/php_assert.h b/ext/standard/php_assert.h
index a0d81ed84e..596632d9a5 100644
--- a/ext/standard/php_assert.h
+++ b/ext/standard/php_assert.h
@@ -23,4 +23,6 @@ PHP_RINIT_FUNCTION(assert);
PHP_RSHUTDOWN_FUNCTION(assert);
PHP_MINFO_FUNCTION(assert);
+extern PHPAPI zend_class_entry *assertion_error_ce;
+
#endif /* PHP_ASSERT_H */