diff options
Diffstat (limited to 'ext/simplexml/php_simplexml.h')
-rw-r--r-- | ext/simplexml/php_simplexml.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/simplexml/php_simplexml.h b/ext/simplexml/php_simplexml.h index 2861ab9753..e3a754baa3 100644 --- a/ext/simplexml/php_simplexml.h +++ b/ext/simplexml/php_simplexml.h @@ -43,6 +43,7 @@ extern zend_module_entry simplexml_module_entry; #include <libxml/xpath.h> #include <libxml/xpathInternals.h> #include <libxml/xpointer.h> +#include <libxml/xmlschemas.h> PHP_MINIT_FUNCTION(simplexml); PHP_MSHUTDOWN_FUNCTION(simplexml); |