diff options
Diffstat (limited to 'ext/domxml/php_domxml.h')
-rw-r--r-- | ext/domxml/php_domxml.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/domxml/php_domxml.h b/ext/domxml/php_domxml.h index cfed9a1a2e..5f8201abde 100644 --- a/ext/domxml/php_domxml.h +++ b/ext/domxml/php_domxml.h @@ -35,7 +35,7 @@ #define _PHP_DOMXML_H #if HAVE_DOMXML -#include <gnome-xml/parser.h> +#include <libxml/parser.h> extern zend_module_entry php_domxml_module_entry; #define php_domxml_module_ptr &php_domxml_module_entry |